summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-10-31 10:31:18 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-10-31 10:31:18 +0000
commit4bef7791d973deef3e6339ea6a8b421326d6b084 (patch)
treef70e6f22e9e9161e340ac3ff4bcba2d7cb0d1019 /ChangeLog
parentbd2497729e65a160c2453af996d2802e399132e9 (diff)
downloadgst-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b46e244..7ce15724 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):