GNOME Bugzilla – Bug 567983
[avidemux] SAMPLE.AVI fails to play in push mode
Last modified: 2009-06-17 10:35:49 UTC
On http://support.microsoft.com/kb/119383 there are sample AVI files for download: SAMPLE.AVI and WNDSURF1.AVI (in a self-extracting EXE, you can probably use Wine to extract the files). SAMPLE.AVI doesn't play with a streaming source and simply finishes without any errors. I'm not convinced that it's possible to play it at all from a streaming source, but if that's the case an error would be in order for the application to handle it. GST_DEBUG=default:3 gst-launch-0.10 filesrc location=SAMPLE.AVI ! queue ! decodebin name=decode decode. ! queue ! audioconvert ! audioresample ! volume ! autoaudiosink decode. ! queue ! ffmpegcolorspace ! videoscale ! autovideosink
commit 08c901956616f66d1e776322c4762300d6612c18 Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> Date: Wed Jun 17 11:54:53 2009 +0200 avidemux: streaming mode; handle data chunks grouped in rec lists. Fixes #567983.