summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-06-15 08:50:09 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-06-15 08:50:09 +0000
commit212121536fc2c1fadd10ca0897759e965bcb4235 (patch)
treed3efff36803ebff9a1f5f0597a59b9055312eb84 /ChangeLog
parent34f03fe525ac9c9e646ac77b9b0b655bd46d433b (diff)
downloadgst-plugins-bad-212121536fc2c1fadd10ca0897759e965bcb4235.tar.gz
gst-plugins-bad-212121536fc2c1fadd10ca0897759e965bcb4235.tar.bz2
gst-plugins-bad-212121536fc2c1fadd10ca0897759e965bcb4235.zip
gst/qtdemux/qtdemux.c: Don't crash on files with 0 samples, EOS immediatly instead.
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header), (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample), (gst_qtdemux_add_stream): Don't crash on files with 0 samples, EOS immediatly instead. Fixes #344944.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41560021..977e555f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-06-15 Wim Taymans <wim@fluendo.com>
+
+ * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
+ (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
+ (gst_qtdemux_add_stream):
+ Don't crash on files with 0 samples, EOS immediatly instead.
+ Fixes #344944.
+
2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Wouter Paesen <wouter at kangaroot net>