diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2006-07-05 14:52:13 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2006-07-05 14:52:13 +0000 |
| commit | a516e84194e686a43fce9013f222de5f9150a1da (patch) | |
| tree | 81d45e95a82851447f7242f5c6829f875343e974 /ChangeLog | |
| parent | b22fbf9f20d31b38991421f31d4ec143d9c5815f (diff) | |
gst/: Don't return FLOW_UNEXPECTED when a buffer is before the start of the stream (which might happen with large ID3...
Original commit message from CVS:
* gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
(gst_tag_demux_read_range):
* gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
(gst_id3demux_read_range):
Don't return FLOW_UNEXPECTED when a buffer is before
the start of the stream (which might happen with
large ID3v2 tags if the tag reading was done pullrange
based and we then switched to push mode later on).
Fixes regression introduced by commit from June 29th.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2006-07-05 Tim-Philipp Müller <tim at centricular dot net> + * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer), + (gst_tag_demux_read_range): + * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer), + (gst_id3demux_read_range): + Don't return FLOW_UNEXPECTED when a buffer is before + the start of the stream (which might happen with + large ID3v2 tags if the tag reading was done pullrange + based and we then switched to push mode later on). + Fixes regression introduced by commit from June 29th. + +2006-07-05 Tim-Philipp Müller <tim at centricular dot net> + * ext/taglib/gstid3v2mux.cc: Make UTF-8 the default encoding when writing string tags (before, our UTF-8 strings would automatically |
