mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
6edf8c4326
Original commit message from CVS: * gst/equalizer/demo.c: (main): * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_band_class_init), (setup_filter): Allow setting 0 as bandwidth and handle this correctly. Also handle a bandwidth of rate/2 properly. * gst/equalizer/gstiirequalizernbands.c: (gst_iir_equalizer_nbands_class_init): Make it possible to generate a N-band equalizer with 1 bands. The previous limit of 2 was caused by a nowadays replaced calculation doing a division by zero if number of bands was 1. |
||
---|---|---|
.. | ||
gstiirequalizer.c | ||
gstiirequalizer.h | ||
gstiirequalizer3bands.c | ||
gstiirequalizer3bands.h | ||
gstiirequalizer10bands.c | ||
gstiirequalizer10bands.h | ||
gstiirequalizernbands.c | ||
gstiirequalizernbands.h | ||
Makefile.am |