GNOME Bugzilla – Bug 515205
Dubious .flv file crashes totem
Last modified: 2008-02-08 15:12:17 UTC
When opening the attached .flv file in open it crashes with the following backtrace: (gdb) bt full
+ Trace 188537
And the backtrace of the interesting thread:
+ Trace 188538
Created attachment 104707 [details] broken.flv
FWIW, you should probably use the flvdemux from gst-plugins-bad.
(In reply to comment #3) > FWIW, you should probably use the flvdemux from gst-plugins-bad. > Right, but it still should not crash if bad is not installed (and -ffmpeg is)
2008-02-08 Edward Hervey <edward.hervey@collabora.co.uk> * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop): Don't try handling a buffer if downstream allocation failed. Avoids crashes and Fixes #515205