gstreamer/gst/equalizer
Tim-Philipp Müller f76f7374ea equalizer: fix switching from passthrough to non-passthrough when parameters change
commit b5bf0294 moved the if(need_new_coefficients) set_passthrough(equ)
after the if(is_passthrough) return FLOW_OK shortcut, so the passthrough
mode would never get updated even if the coefficients change.

Fixes equalizer-test doing .. nothing.
2012-02-17 18:35:54 +00:00
..
.gitignore gst/: Ignore more. 2007-12-20 17:07:22 +00:00
gstiirequalizer.c equalizer: fix switching from passthrough to non-passthrough when parameters change 2012-02-17 18:35:54 +00:00
gstiirequalizer.h equalizer: Make changes to band properties and the number of bands threadsafe 2009-11-05 10:45:59 +01:00
gstiirequalizer3bands.c equalizer: Some cleanup 2009-11-05 08:21:33 +01:00
gstiirequalizer3bands.h equalizer: fix class definitions 2010-09-23 21:22:45 +01:00
GstIirEqualizer3Bands.prs gst/equalizer/: Add presets for equalizer. Fixes #522183. 2008-11-13 16:24:59 +00:00
gstiirequalizer10bands.c equalizer: Fix property description for the 3rd band of the 10band equalizer 2010-01-13 09:36:03 +01:00
gstiirequalizer10bands.h equalizer: fix class definitions 2010-09-23 21:22:45 +01:00
GstIirEqualizer10Bands.prs gst/equalizer/: Add presets for equalizer. Fixes #522183. 2008-11-13 16:24:59 +00:00
gstiirequalizernbands.c equalizer: Make changes to band properties and the number of bands threadsafe 2009-11-05 10:45:59 +01:00
gstiirequalizernbands.h equalizer: fix class definitions 2010-09-23 21:22:45 +01:00
Makefile.am android: Make it ready for androgenizer 2011-04-11 01:20:11 +02:00