diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-10 10:19:21 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-10 10:19:21 +0000 |
commit | a19ca412e6bce49bc17711b952e3f2745ba1351d (patch) | |
tree | 8ebee0b0e47ea31af07669069ad6e1ea7e31e583 | |
parent | 5b2164ea2010da12e7020724f9eb3df3d867ed8b (diff) | |
download | gst-plugins-bad-a19ca412e6bce49bc17711b952e3f2745ba1351d.tar.gz gst-plugins-bad-a19ca412e6bce49bc17711b952e3f2745ba1351d.tar.bz2 gst-plugins-bad-a19ca412e6bce49bc17711b952e3f2745ba1351d.zip |
fix the values the signals are emitting. (touches wood) this time they're correct
Original commit message from CVS:
fix the values the signals are emitting. (touches wood) this time they're
correct
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2005-08-10 Thomas Vander Stichele <thomas at apestaart dot org> + + * gst/level/filter.func: + comment a little better + remove unnecessary casts + * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain), + (gst_level_class_init), (gst_level_init): + * gst/level/gstlevel.h: + remove unused MS struct member + don't reset the CS values for channels on every _chain, so that + level actually correctly calculates the RMS value. sigh. + calculate RMS values correctly for peak and decay peak sums; + before we were signalling them as if they already were amplitude + and not power values. sigh. + Remind me to not try and pretend I'm writing DSP code. + + 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * gst/playback/gstplaybasebin.c: (setup_source): |