From 638225aebb76fe08d53a2094b02544838994b369 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Wed, 1 Feb 2006 11:01:04 +0000 Subject: 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain), -- cgit