[MOVED FROM BAD 3/5] ChangeLog: ChangeLog surgery. gst/equalizer/gstiirequalizer...
authorStefan Kost <ensonic@users.sourceforge.net>
Mon, 21 May 2007 14:01:16 +0000 (14:01 +0000)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 16 Feb 2011 14:30:19 +0000 (15:30 +0100)
Original commit message from CVS:
* ChangeLog:
ChangeLog surgery.
* gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
_GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
parent_class, gst_iir_equalizer_band_set_property,
gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
gst_iir_equalizer_child_proxy_get_child_by_index,
gst_iir_equalizer_child_proxy_get_children_count,
gst_iir_equalizer_child_proxy_interface_init, setup_filter,
gst_iir_equalizer_compute_frequencies, plugin_init):
* tests/icles/equalizer-test.c:
Add fixme and comment for example.

tests/icles/equalizer-test.c

index 8a70699..d45146a 100644 (file)
  * Boston, MA 02111-1307, USA.
  */
 
+/*
+ * Will tests the equalizer by fading all bands in and out one by one and
+ * finaly all together.
+ */
+
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif