summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2006-11-02 20:13:26 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-11-02 20:13:26 +0000
commitb261441c068013a5c41dcb20e661534133ef7f4a (patch)
treee2f699348a65019277babadaa18d4f1878593011 /ChangeLog
parent017a8c8527ff37a4068189e4323a68bc30d1fa92 (diff)
downloadgst-plugins-bad-b261441c068013a5c41dcb20e661534133ef7f4a.tar.gz
gst-plugins-bad-b261441c068013a5c41dcb20e661534133ef7f4a.tar.bz2
gst-plugins-bad-b261441c068013a5c41dcb20e661534133ef7f4a.zip
Fix enum nicks; only emit no-more-pads once; add support for very fast encoding mode in upcoming 4.40.0 release (#369...
Original commit message from CVS: Patch by: Sebastian Dröge <slomo at circular-chaos.org> * configure.ac: * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type), (gst_wavpack_enc_correction_mode_get_type), (gst_wavpack_enc_joint_stereo_mode_get_type), (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config): Fix enum nicks; only emit no-more-pads once; add support for very fast encoding mode in upcoming 4.40.0 release (#369539).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60682bb7..8663836a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
+
+ Patch by: Sebastian Dröge <slomo at circular-chaos.org>
+
+ * configure.ac:
+ * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
+ (gst_wavpack_enc_correction_mode_get_type),
+ (gst_wavpack_enc_joint_stereo_mode_get_type),
+ (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config):
+ Fix enum nicks; only emit no-more-pads once; add support for very
+ fast encoding mode in upcoming 4.40.0 release (#369539).
+
2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Sergey Scobich <sergey dot scobich at gmail com>