summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-03-22 11:08:03 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-03-22 11:08:03 +0000
commit4586d0398e240e074977dfcf1f4a74d0ac5c17ad (patch)
tree148012adfb48824e5767ef4e20326794dbc1f11f /ChangeLog
parent4f1ddeddbae60f12e652c96fc0cb65402c056fa8 (diff)
downloadgst-plugins-bad-4586d0398e240e074977dfcf1f4a74d0ac5c17ad.tar.gz
gst-plugins-bad-4586d0398e240e074977dfcf1f4a74d0ac5c17ad.tar.bz2
gst-plugins-bad-4586d0398e240e074977dfcf1f4a74d0ac5c17ad.zip
ext/wavpack/gstwavpackdec.c: Revert to use gst_pad_alloc_buffer() here. We can and should use it.
Original commit message from CVS: * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain): Revert to use gst_pad_alloc_buffer() here. We can and should use it. Thanks to Jan and Mike for noticing my mistake.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c23c90c..47c7d0f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-03-22 Sebastian Dröge <slomo@circular-chaos.org>
+ * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
+ Revert to use gst_pad_alloc_buffer() here. We can and should use it.
+ Thanks to Jan and Mike for noticing my mistake.
+
+2007-03-22 Sebastian Dröge <slomo@circular-chaos.org>
+
* ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
(gst_wavpack_enc_init), (gst_wavpack_enc_chain),
(gst_wavpack_enc_rewrite_first_block):