ext/wavpack/gstwavpackdec.c: Don't use gst_pad_alloc_buffer() as we might clip the...
authorSebastian Dröge <slomo@circular-chaos.org>
Wed, 21 Mar 2007 23:50:09 +0000 (23:50 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Wed, 21 Mar 2007 23:50:09 +0000 (23:50 +0000)
commit3a12608d1c7752c42ce321d3687423a130b91372
treee4fecca2077dddae55d62bdd4923fba3d501224e
parent0abc869e3e4b2ec6be387c3298062477f51fc338
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
ext/wavpack/gstwavpackdec.c