From 3a12608d1c7752c42ce321d3687423a130b91372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 21 Mar 2007 23:50:09 +0000 Subject: ext/wavpack/gstwavpackdec.c: Don't use gst_pad_alloc_buffer() as we might clip the buffer later and Original commit message from CVS: * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain): Don't use gst_pad_alloc_buffer() as we might clip the buffer later and BaseTransform-based elements will likely break because of wrong unit-size. Also plug a possible memleak that happens when decoding fails for some reason. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f0e15a16..fc00917d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-03-22 Sebastian Dröge + + * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain): + Don't use gst_pad_alloc_buffer() as we might clip the buffer later and + BaseTransform-based elements will likely break because of wrong + unit-size. Also plug a possible memleak that happens when decoding + fails for some reason. + 2007-03-18 Wim Taymans Based on patch by: Paul Davis -- cgit v1.2.1