GNOME Bugzilla – Bug 557260
[equalizer] Calculates coefficients for every buffer
Last modified: 2009-01-23 08:44:04 UTC
Hi, the equalizer currently calculates the coefficients for every single buffer. Attached one-liner fixes this.
Created attachment 121020 [details] [review] equ.diff
Committed to our bundled copy in Banshee, thanks Sebastian.
2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk> * gst/equalizer/gstiirequalizer.c: (update_coefficients): Don't calculate the filter coefficients for every single buffer but only when it's needed. Fixes bug #557260.