summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-03-12 17:56:54 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-03-12 17:56:54 +0000
commitdbe62aba11fc589b3ec7ea335af8f97f2e047cd8 (patch)
treed4c7293bbb82431e2fcfa94937c9497975e2937e /ChangeLog
parent56fbcb676602fb5b13104cb9d9439be22c2e2e0d (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <tim at centricular dot net>
+
+ * 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 <thaytan@mad.scientist.com>
* gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):