summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-08-21 13:26:37 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-08-21 13:26:37 +0000
commitaea5c4eca3ba7612a7acfa47c26499911e10e2cf (patch)
tree60797ae09f3a13b6b228a623a9696b86b0433c2d /ChangeLog
parentf59ca21a50ed7bb941264c3362f595a61d0da869 (diff)
downloadgst-plugins-bad-aea5c4eca3ba7612a7acfa47c26499911e10e2cf.tar.gz
gst-plugins-bad-aea5c4eca3ba7612a7acfa47c26499911e10e2cf.tar.bz2
gst-plugins-bad-aea5c4eca3ba7612a7acfa47c26499911e10e2cf.zip
ext/wavpack/gstwavpackenc.c: Fix caps set on buffers and template caps (output is framed) and make them match (#35166...
Original commit message from CVS: * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block), (gst_wavpack_enc_sink_event): Fix caps set on buffers and template caps (output is framed) and make them match (#351663); use GST_WARNING_OBJECT instead of GST_ELEMENT_WARNING; simplify push_block(); do some small clean-ups here and there; fix memleak (#351663).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93b24a51..f6e8b130 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
+ (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
+ (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
+ (gst_wavpack_enc_sink_event):
+ Fix caps set on buffers and template caps (output is framed)
+ and make them match (#351663); use GST_WARNING_OBJECT instead of
+ GST_ELEMENT_WARNING; simplify push_block(); do some small
+ clean-ups here and there; fix memleak (#351663).
+
2006-08-18 Tim-Philipp Müller <tim at centricular dot net>
Based on patch by: Sebastian Dröge <slomo at circular-chaos.org>