diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2006-05-02 15:40:15 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2006-05-02 15:40:15 +0000 |
| commit | 5c1e2a1e4458654d01fd5f77ab0c977d2f356e86 (patch) | |
| tree | d5e8991efa7eb98aca203eb7addfc4d5d4a029e3 /ChangeLog | |
| parent | 7df5ab1bf288e8648c5e2be8b80517783e69de5a (diff) | |
gst/: Post an error message when we get an EOS event and were not able to find out the type of stream.
Original commit message from CVS:
* gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
(gst_tag_demux_sink_event):
* gst/id3demux/gstid3demux.c: (gst_id3demux_init),
(gst_id3demux_sink_event):
Post an error message when we get an EOS event and were not
able to find out the type of stream.
* tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
(test_taglib_id3mux_with_tags):
Decrease num-buffers to 16 per iteration again, otherwise the
many memcpy()s and reallocations in the test will hammer slow
CPUs completely and make the test timeout.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2006-05-02 Tim-Philipp Müller <tim at centricular dot net> + + * gst/apetag/gsttagdemux.c: (gst_tag_demux_init), + (gst_tag_demux_sink_event): + * gst/id3demux/gstid3demux.c: (gst_id3demux_init), + (gst_id3demux_sink_event): + Post an error message when we get an EOS event and were not + able to find out the type of stream. + + * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer), + (test_taglib_id3mux_with_tags): + Decrease num-buffers to 16 per iteration again, otherwise the + many memcpy()s and reallocations in the test will hammer slow + CPUs completely and make the test timeout. + 2006-05-02 Thomas Vander Stichele <thomas at apestaart dot org> * configure.ac: |
