summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-05-20 10:47:10 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-05-20 10:47:10 +0000
commit3d3f7cd6dafbf0b5a49f94627fa638e493e6ca8f (patch)
treeafe5b8d714078977f0b0b7c8d5f7f85611b721a4 /ChangeLog
parent0de3094950661600a9984075709fcde19831fc7a (diff)
gst/equalizer/gstiirequalizer.c: Use a bigger type in integer mode for the intermediate results to prevent overflows....
Original commit message from CVS: * gst/equalizer/gstiirequalizer.c: Use a bigger type in integer mode for the intermediate results to prevent overflows. This fixes the crippled sound when using the equalizer in integer mode. Fixes bug #510865.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0113fd8..930511d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst/equalizer/gstiirequalizer.c:
+ Use a bigger type in integer mode for the intermediate results to
+ prevent overflows. This fixes the crippled sound when using the
+ equalizer in integer mode. Fixes bug #510865.
+
2008-05-20 Jan Schmidt <jan.schmidt@sun.com>
* gst/videomixer/videomixer.c: