diff options
| author | Jan Schmidt <thaytan@mad.scientist.com> | 2007-03-12 17:24:23 +0000 |
|---|---|---|
| committer | Jan Schmidt <thaytan@mad.scientist.com> | 2007-03-12 17:24:23 +0000 |
| commit | 56fbcb676602fb5b13104cb9d9439be22c2e2e0d (patch) | |
| tree | da54abc08da5c89daa03ec12060b356ae1b1e986 /ChangeLog | |
| parent | 6d967b4bb06d2cf9644a6d49b0b7fc96d2b67fe0 (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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |
