summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-03-21 23:50:09 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-03-21 23:50:09 +0000
commit3a12608d1c7752c42ce321d3687423a130b91372 (patch)
treee4fecca2077dddae55d62bdd4923fba3d501224e /ChangeLog
parent0abc869e3e4b2ec6be387c3298062477f51fc338 (diff)
downloadgst-plugins-bad-3a12608d1c7752c42ce321d3687423a130b91372.tar.gz
gst-plugins-bad-3a12608d1c7752c42ce321d3687423a130b91372.tar.bz2
gst-plugins-bad-3a12608d1c7752c42ce321d3687423a130b91372.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0e15a16..fc00917d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-03-22 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * 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 <wim@fluendo.com>
Based on patch by: Paul Davis <paul at linuxaudiosystems dot com>