From dcba7c77ef3f3ee2d5c42fd42bab46c2d50f96e8 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Thu, 14 Sep 2006 11:05:35 +0000 Subject: gst/: Don't interpret a first buffer with an offset of NONE as 'from the middle of the stream', but only a first buff... Original commit message from CVS: * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag): * gst/id3demux/gstid3demux.c: (gst_id3demux_chain): Don't interpret a first buffer with an offset of NONE as 'from the middle of the stream', but only a first buffer that has a valid buffer offset that's non-zero (see #345449). --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 731d0795..a8d5ed44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-09-14 Tim-Philipp Müller + + * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag): + * gst/id3demux/gstid3demux.c: (gst_id3demux_chain): + Don't interpret a first buffer with an offset of NONE as + 'from the middle of the stream', but only a first buffer + that has a valid buffer offset that's non-zero (see #345449). + 2006-09-14 Tim-Philipp Müller * gst/icydemux/gsticydemux.c: (gst_icydemux_reset), -- cgit