summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-03-22 00:17:41 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-03-22 00:17:41 +0000
commit4f1ddeddbae60f12e652c96fc0cb65402c056fa8 (patch)
tree9c20564a3c47bf0b839fd469301cf7ffd19051ad /ChangeLog
parent3a12608d1c7752c42ce321d3687423a130b91372 (diff)
downloadgst-plugins-bad-4f1ddeddbae60f12e652c96fc0cb65402c056fa8.tar.gz
gst-plugins-bad-4f1ddeddbae60f12e652c96fc0cb65402c056fa8.tar.bz2
gst-plugins-bad-4f1ddeddbae60f12e652c96fc0cb65402c056fa8.zip
ext/wavpack/gstwavpackenc.*: Put the write helpers into the GstWavpackEnc struct directly and not as a pointer to sav...
Original commit message from CVS: * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init), (gst_wavpack_enc_init), (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block): * ext/wavpack/gstwavpackenc.h: Put the write helpers into the GstWavpackEnc struct directly and not as a pointer to save two small, but useless mallocs. This also makes it possible to drop the finalize method. * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_push_buffer): For consistency reasons also set GST_BUFFER_OFFSET_END on the outgoing buffers the same way wavpackenc does it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc00917d..1c23c90c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
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):
+ * ext/wavpack/gstwavpackenc.h:
+ Put the write helpers into the GstWavpackEnc struct directly and not
+ as a pointer to save two small, but useless mallocs. This also makes
+ it possible to drop the finalize method.
+ * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_push_buffer):
+ For consistency reasons also set GST_BUFFER_OFFSET_END on the outgoing
+ buffers the same way wavpackenc does it.
+
+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