diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-01-22 13:06:43 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-01-22 13:06:43 +0000 |
commit | a10f2478bbd1d04db5ceec6b0dc9eba6a6597bf8 (patch) | |
tree | 7fdc2ea72084f621680189c1f20b465b29c4d5c7 /ChangeLog | |
parent | 813c331abd53b1e0c99a93d374554412bdb8c7e3 (diff) |
gst/avi/gstavidemux.c: Error out properly when pull_range fails while we're reading the headers, instead of just paus...
Original commit message from CVS:
* gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
Error out properly when pull_range fails while we're reading the
headers, instead of just pausing the task silently. Fixes #399338.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-01-22 Tim-Philipp Müller <tim at centricular dot net> + + * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull): + Error out properly when pull_range fails while we're reading the + headers, instead of just pausing the task silently. Fixes #399338. + 2007-01-19 Tim-Philipp Müller <tim at centricular dot net> * gst/smpte/gstsmpte.c: (gst_smpte_collected): |