After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 403572 - Port equaliser element to 0.10
Port equaliser element to 0.10
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.5
Assigned To: Tim-Philipp Müller
GStreamer Maintainers
Depends on:
Blocks: 403963
 
 
Reported: 2007-02-02 13:34 UTC by James "Doc" Livingston
Modified: 2007-02-02 17:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
compile fixes (6.07 KB, patch)
2007-02-02 13:36 UTC, James "Doc" Livingston
committed Details | Review

Description James "Doc" Livingston 2007-02-02 13:34:13 UTC
0.8 had an "equaliser" element which hasn't yet been ported to 0.10. It would be nice if it was.
Comment 1 James "Doc" Livingston 2007-02-02 13:36:10 UTC
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.
Comment 2 Tim-Philipp Müller 2007-02-02 17:44:03 UTC
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).