diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2006-07-03 16:43:10 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2006-07-03 16:43:10 +0000 |
| commit | 52f6cd9c1fce569372b5214f03782c56690b0864 (patch) | |
| tree | 5a665bac3017b12df2b847d750c0059a1bb96668 /ChangeLog | |
| parent | 00e08a3f6eb6f504d9a42b7ee689d7c646de464a (diff) | |
gst/: Return FLOW_UNEXPECTED when at the end of the file, not
Original commit message from CVS:
* gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
* gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
Return FLOW_UNEXPECTED when at the end of the file, not
FLOW_ERROR. Fixes 'internal stream error' errors that
would sometimes occur in totem when scrubbing to the
end of an ID3v1 tagged mp3 file.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-07-03 Tim-Philipp Müller <tim at centricular dot net> + + * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain): + * gst/id3demux/gstid3demux.c: (gst_id3demux_chain): + Return FLOW_UNEXPECTED when at the end of the file, not + FLOW_ERROR. Fixes 'internal stream error' errors that + would sometimes occur in totem when scrubbing to the + end of an ID3v1 tagged mp3 file. + 2006-07-03 Edward Hervey <edward@fluendo.com> * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback), |
