summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-08-10 10:19:21 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-08-10 10:19:21 +0000
commita19ca412e6bce49bc17711b952e3f2745ba1351d (patch)
tree8ebee0b0e47ea31af07669069ad6e1ea7e31e583
parent5b2164ea2010da12e7020724f9eb3df3d867ed8b (diff)
downloadgstreamer-plugins-bad-a19ca412e6bce49bc17711b952e3f2745ba1351d.tar.gz
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--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ffc556fd..c4e725438 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):