summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ffc556f..c4e72543 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):