summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-08-10 10:54:02 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-08-10 10:54:02 +0000
commit81bcee847e735f283c173cc9e52fd4eba975cbf9 (patch)
treea00805cb56bd9f52e1bd1b16845e54b8246ffbe2
parent0ea3b5b95381e91375202fc90834c3e3709b2970 (diff)
downloadgst-plugins-bad-81bcee847e735f283c173cc9e52fd4eba975cbf9.tar.gz
gst-plugins-bad-81bcee847e735f283c173cc9e52fd4eba975cbf9.tar.bz2
gst-plugins-bad-81bcee847e735f283c173cc9e52fd4eba975cbf9.zip
port fixes from 0.8 to level
Original commit message from CVS: port fixes from 0.8 to level
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e16ac963..874cf995 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-08-10 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
+ (gst_level_transform):
+ * 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-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_setcaps):