diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-11-11 21:12:10 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-11-11 21:12:10 +0000 |
commit | 015dc9060f89f77005e66ef880e44204292461f2 (patch) | |
tree | f67158203d38ae2cedd8332f56f3ad5fa611cb62 /ChangeLog | |
parent | 0ada8ac4157fd5428e75bba57d6df9a43e2fe21e (diff) | |
download | gst-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: |