GNOME Bugzilla – Bug 556424
[avidemux] segmentation fault when creating indexes
Last modified: 2008-10-15 15:42:37 UTC
On all these files : http://samples.mplayerhq.hu/V-codecs/KMVC/ avidemux now segfaults instead of failing quietly. Example backtrace:
+ Trace 208219
Created attachment 120652 [details] [review] Skip index entries for streams that do not have a pad yet.
2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk> * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan): Skip entries for streams that don't have a output pad yet, thereby avoiding calling pad functions with a NULL pad. Fixes #556424