summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2006-12-18 13:40:34 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2006-12-18 13:40:34 +0000
commitde19264a3dcdd83be622a714a016f3cbe64d5edd (patch)
tree242fd32bf90f27a147b45300f6b7a516bf42d434 /ChangeLog
parent1891c3240bdbe7846caea6474ec6be2e0b2b737e (diff)
downloadgst-plugins-bad-de19264a3dcdd83be622a714a016f3cbe64d5edd.tar.gz
gst-plugins-bad-de19264a3dcdd83be622a714a016f3cbe64d5edd.tar.bz2
gst-plugins-bad-de19264a3dcdd83be622a714a016f3cbe64d5edd.zip
gst/qtdemux/qtdemux.c: Don't output g_warning for an unsupported format, just send a
Original commit message from 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59143244..257c0757 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-12-18 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * 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
+
2006-12-18 Tim-Philipp Müller <tim at centricular dot net>
* gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):