GNOME Bugzilla – Bug 403572
Port equaliser element to 0.10
Last modified: 2007-02-02 17:44:03 UTC
0.8 had an "equaliser" element which hasn't yet been ported to 0.10. It would be nice if it was.
Created attachment 81760 [details] [review] compile fixes This patch has the minor changes required to make the plugin build. For me it causes a floating-point exception when you try to use it, which I'm going to look into next.
Committed, thanks! 2007-02-02 Tim-Philipp Müller <tim at centricular dot net> Patch by: James "Doc" Livingston <doclivingston at gmail com> * configure.ac: * gst/equalizer/Makefile.am: * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type), (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init), (gst_iir_equalizer_compute_frequencies), (gst_iir_equalizer_set_property), (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup), (plugin_init): Port equalizer plugin to 0.10. (if you're planning on using this: I intend to change the 'values' property over to a GValueArray).