GNOME Bugzilla – Bug 387137
Regression: qtdemux paletted image handling
Last modified: 2006-12-18 13:42:36 UTC
qtdemux throws a g_warning for a case that it used to silently get wrong, which makes the media testsuite show a regression. Attaching a patch that sends a WARNING message on the bus and then ignores the stream instead.
Created attachment 78561 [details] [review] patch
Created attachment 78563 [details] [review] better more different patch updated patch that catches the no-pad case in streaming mode
Fixed in CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain), (gst_qtdemux_add_stream): Don't output g_warning for an unsupported format, just send a GST_ELEMENT_WARNING and don't add the pad. Fix the case where it doesn't check for a NULL pad in streaming mode. Fixes #387137