summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-01-22 13:06:43 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-01-22 13:06:43 +0000
commita10f2478bbd1d04db5ceec6b0dc9eba6a6597bf8 (patch)
tree7fdc2ea72084f621680189c1f20b465b29c4d5c7 /ChangeLog
parent813c331abd53b1e0c99a93d374554412bdb8c7e3 (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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d730e72b..43b4a947 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):