diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-06-15 08:50:09 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-06-15 08:50:09 +0000 |
commit | 212121536fc2c1fadd10ca0897759e965bcb4235 (patch) | |
tree | d3efff36803ebff9a1f5f0597a59b9055312eb84 /ChangeLog | |
parent | 34f03fe525ac9c9e646ac77b9b0b655bd46d433b (diff) | |
download | gst-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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> |