From dbe62aba11fc589b3ec7ea335af8f97f2e047cd8 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 12 Mar 2007 17:56:54 +0000 Subject: gst/apetag/gsttagdemux.c: Fix handling of -1 values for start and stop values when seeking, and SEEK_CUR+SEEK_END her... Original commit message from CVS: * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event): Fix handling of -1 values for start and stop values when seeking, and SEEK_CUR+SEEK_END here as well. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3e66d661..899edf3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-03-12 Tim-Philipp Müller + + * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event): + Fix handling of -1 values for start and stop values when seeking, + and SEEK_CUR+SEEK_END here as well. + 2007-03-12 Jan Schmidt * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event): -- cgit