From a10f2478bbd1d04db5ceec6b0dc9eba6a6597bf8 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 22 Jan 2007 13:06:43 +0000 Subject: 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * gst/smpte/gstsmpte.c: (gst_smpte_collected): -- cgit