After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 567983 - [avidemux] SAMPLE.AVI fails to play in push mode
[avidemux] SAMPLE.AVI fails to play in push mode
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.15
Other Linux
: Normal normal
: 0.10.16
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-16 15:03 UTC by Philip Jägenstedt
Modified: 2009-06-17 10:35 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Philip Jägenstedt 2009-01-16 15:03:40 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
Comment 1 Mark Nauwelaerts 2009-06-17 10:35:49 UTC
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.