summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-05-21 11:17:21 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-05-21 11:17:21 +0000
commit833add88eb3a60f67b0b598ae0be47e1359d6005 (patch)
tree06a353d38e8fe107b9378cfd334560e87b44b05b /ChangeLog
parente425c5f02b6b3b97b9b7bb044cc600d48bd00fea (diff)
downloadgst-plugins-bad-833add88eb3a60f67b0b598ae0be47e1359d6005.tar.gz
gst-plugins-bad-833add88eb3a60f67b0b598ae0be47e1359d6005.tar.bz2
gst-plugins-bad-833add88eb3a60f67b0b598ae0be47e1359d6005.zip
ext/wavpack/gstwavpackenc.*: Fixup docs, make the bitrate property an int as it should be and allow to set the differ...
Original commit message from CVS: * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init), (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property): * ext/wavpack/gstwavpackenc.h: Fixup docs, make the bitrate property an int as it should be and allow to set the different extra processing modes instead of only allowing none and the default one.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b66a90c..956463e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-05-21 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
+ (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
+ (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
+ * ext/wavpack/gstwavpackenc.h:
+ Fixup docs, make the bitrate property an int as it should be and
+ allow to set the different extra processing modes instead of only
+ allowing none and the default one.
+
2007-05-20 Sebastian Dröge <slomo@circular-chaos.org>
* ext/wavpack/gstwavpackenc.c: