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 557260 - [equalizer] Calculates coefficients for every buffer
[equalizer] Calculates coefficients for every buffer
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal major
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-21 15:31 UTC by Sebastian Dröge (slomo)
Modified: 2009-01-23 08:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
equ.diff (588 bytes, patch)
2008-10-21 15:31 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2008-10-21 15:31:01 UTC
Hi,
the equalizer currently calculates the coefficients for every single buffer. Attached one-liner fixes this.
Comment 1 Sebastian Dröge (slomo) 2008-10-21 15:31:23 UTC
Created attachment 121020 [details] [review]
equ.diff
Comment 2 Gabriel Burt 2008-10-22 15:46:37 UTC
Committed to our bundled copy in Banshee, thanks Sebastian.
Comment 3 Sebastian Dröge (slomo) 2008-10-27 08:30:51 UTC
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.