From a516e84194e686a43fce9013f222de5f9150a1da Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Wed, 5 Jul 2006 14:52:13 +0000 Subject: gst/: Don't return FLOW_UNEXPECTED when a buffer is before the start of the stream (which might happen with large ID3... Original commit message from CVS: * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer), (gst_tag_demux_read_range): * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer), (gst_id3demux_read_range): Don't return FLOW_UNEXPECTED when a buffer is before the start of the stream (which might happen with large ID3v2 tags if the tag reading was done pullrange based and we then switched to push mode later on). Fixes regression introduced by commit from June 29th. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3f18b9e2..a848b7e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2006-07-05 Tim-Philipp Müller + + * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer), + (gst_tag_demux_read_range): + * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer), + (gst_id3demux_read_range): + Don't return FLOW_UNEXPECTED when a buffer is before + the start of the stream (which might happen with + large ID3v2 tags if the tag reading was done pullrange + based and we then switched to push mode later on). + Fixes regression introduced by commit from June 29th. + 2006-07-05 Tim-Philipp Müller * ext/taglib/gstid3v2mux.cc: -- cgit