summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-02-02 18:36:28 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-02-02 18:36:28 +0000
commitd5bd74dcf6384ef42b66658d8826b6d5d6eaa76d (patch)
treecc492d48c0e2bdec773f831b908d9f776742e50e /ChangeLog
parentc2306bc88fd5fd471e4778c9876ea4c4a3759b53 (diff)
downloadgst-plugins-bad-d5bd74dcf6384ef42b66658d8826b6d5d6eaa76d.tar.gz
gst-plugins-bad-d5bd74dcf6384ef42b66658d8826b6d5d6eaa76d.tar.bz2
gst-plugins-bad-d5bd74dcf6384ef42b66658d8826b6d5d6eaa76d.zip
gst/equalizer/gstiirequalizer.c: Rename "values" property to "band-values" and change type into a
Original commit message from CVS: * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_class_init), (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property), (gst_iir_equalizer_filter_inplace): Rename "values" property to "band-values" and change type into a GValueArray, so it's more easily bindable and the range of the values passed in is defined and checked etc.; also do some locking.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03d67acb..c4483199 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
+ * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_class_init),
+ (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
+ (gst_iir_equalizer_filter_inplace):
+ Rename "values" property to "band-values" and change type into a
+ GValueArray, so it's more easily bindable and the range of the
+ values passed in is defined and checked etc.; also do some
+ locking.
+
+2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
+
Patch by: James "Doc" Livingston <doclivingston at gmail com>
* configure.ac: