summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2007-03-12 17:24:23 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2007-03-12 17:24:23 +0000
commit56fbcb676602fb5b13104cb9d9439be22c2e2e0d (patch)
treeda54abc08da5c89daa03ec12060b356ae1b1e986 /ChangeLog
parent6d967b4bb06d2cf9644a6d49b0b7fc96d2b67fe0 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6dfd21a5..3e66d661 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-12 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * 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 <tim at centricular dot net>
* gst/id3demux/id3v2frames.c: (parse_picture_frame):