summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-11-11 21:12:10 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-11-11 21:12:10 +0000
commit015dc9060f89f77005e66ef880e44204292461f2 (patch)
treef67158203d38ae2cedd8332f56f3ad5fa611cb62 /ChangeLog
parent0ada8ac4157fd5428e75bba57d6df9a43e2fe21e (diff)
downloadgst-plugins-bad-015dc9060f89f77005e66ef880e44204292461f2.tar.gz
gst-plugins-bad-015dc9060f89f77005e66ef880e44204292461f2.tar.bz2
gst-plugins-bad-015dc9060f89f77005e66ef880e44204292461f2.zip
gst/: Change the meaning of the magnitude values given in the
Original commit message from CVS: * gst/equalizer/demo.c: (draw_spectrum): * gst/spectrum/demo-audiotest.c: (draw_spectrum): * gst/spectrum/demo-osssrc.c: (draw_spectrum): * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init): Change the meaning of the magnitude values given in the GstMessages by spectrum to decibel instead of decibel+threshold.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5113bd63..e0844697 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2007-11-11 Sebastian Dröge <slomo@circular-chaos.org>
+ * gst/equalizer/demo.c: (draw_spectrum):
+ * gst/spectrum/demo-audiotest.c: (draw_spectrum):
+ * gst/spectrum/demo-osssrc.c: (draw_spectrum):
+ * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
+ Change the meaning of the magnitude values given in the
+ GstMessages by spectrum to decibel instead of
+ decibel+threshold.
+
+2007-11-11 Sebastian Dröge <slomo@circular-chaos.org>
+
* gst/equalizer/gstiirequalizer10bands.c:
* gst/equalizer/gstiirequalizer3bands.c:
* gst/equalizer/gstiirequalizernbands.c: