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