diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-10-31 10:31:18 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-10-31 10:31:18 +0000 |
commit | 4bef7791d973deef3e6339ea6a8b421326d6b084 (patch) | |
tree | f70e6f22e9e9161e340ac3ff4bcba2d7cb0d1019 /ChangeLog | |
parent | bd2497729e65a160c2453af996d2802e399132e9 (diff) | |
download | gst-plugins-bad-4bef7791d973deef3e6339ea6a8b421326d6b084.tar.gz gst-plugins-bad-4bef7791d973deef3e6339ea6a8b421326d6b084.tar.bz2 gst-plugins-bad-4bef7791d973deef3e6339ea6a8b421326d6b084.zip |
gst/qtdemux/qtdemux.c: Handle unbounded length streams a bit better. Fixes #367696.
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
(gst_qtdemux_handle_src_query), (qtdemux_parse_tree),
(qtdemux_parse_trak):
Handle unbounded length streams a bit better. Fixes #367696.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-10-31 Wim Taymans <wim@fluendo.com> + + * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration), + (gst_qtdemux_handle_src_query), (qtdemux_parse_tree), + (qtdemux_parse_trak): + Handle unbounded length streams a bit better. Fixes #367696. + 2006-10-29 Tim-Philipp Müller <tim at centricular dot net> * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame): |