diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-11-27 17:16:26 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-11-27 17:16:26 +0000 |
commit | cba358cb569bd535c4afd921cd3f3b3c6d239f29 (patch) | |
tree | 813aec9badce3d819021bd26448079fce3039072 /ChangeLog | |
parent | 2d6bfedf62cd8d1da8796224c9b614b63ac4794e (diff) | |
download | gst-plugins-bad-cba358cb569bd535c4afd921cd3f3b3c6d239f29.tar.gz gst-plugins-bad-cba358cb569bd535c4afd921cd3f3b3c6d239f29.tar.bz2 gst-plugins-bad-cba358cb569bd535c4afd921cd3f3b3c6d239f29.zip |
gst/qtdemux/qtdemux.c: Remove some asserts and replace them with a proper error message. Fixes #379261.
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
(gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
Remove some asserts and replace them with a proper error
message. Fixes #379261.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-11-27 Wim Taymans <wim@fluendo.com> + + * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration), + (gst_qtdemux_handle_src_query), (qtdemux_parse_trak): + Remove some asserts and replace them with a proper error + message. Fixes #379261. + 2006-11-26 Michael Smith <msmith@fluendo.com> * ext/theora/theoradec.c: (theora_dec_src_query), |