summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-02-01 11:01:04 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-02-01 11:01:04 +0000
commit638225aebb76fe08d53a2094b02544838994b369 (patch)
tree1c31fdb5bb3737ba1fb71c099d511b9e3ad6cdfe /ChangeLog
parent1e661e8ff3b60f17b3e0b7ffd6e8c99a5e26dab5 (diff)
gst/auparse/gstauparse.c: Don't push buffers into the adapter that we are going to push downstream again without fram...
Original commit message from CVS: * gst/auparse/gstauparse.c: (gst_au_parse_chain): Don't push buffers into the adapter that we are going to push downstream again without framing anyway. Also, the adaptor takes ownership of buffers put into it (fixes auparse pushing invalid buffers for .au files with ADPCM contents). Finally, set caps on all outgoing buffers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d68ced0..150b13dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/auparse/gstauparse.c: (gst_au_parse_chain):
+ Don't push buffers into the adapter that we are going to
+ push downstream again without framing anyway. Also, the
+ adaptor takes ownership of buffers put into it (fixes
+ auparse pushing invalid buffers for .au files with
+ ADPCM contents). Finally, set caps on all outgoing buffers.
+
2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
* gst/id3demux/gstid3demux.c: (gst_id3demux_chain),