summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-09-01 20:23:22 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-09-01 20:23:22 +0000
commit423df73380779bfc30d9f87cd876dcea71b75af0 (patch)
treed98478e6845da82b2df350fa0eba99e4943775fe /ChangeLog
parent63efb534b9dadf2215e1175d0641d17c6437176a (diff)
Andrewio Patrickoforus Wingonymus - 5 additional tests for your sins
Original commit message from CVS: Andrewio Patrickoforus Wingonymus - 5 additional tests for your sins Add a regression test for level and fix a casting bug that made the additional channels turn out wrong
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 404c09b3..abb53a54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,26 @@
2005-09-01 Thomas Vander Stichele <thomas at apestaart dot org>
* Makefile.am:
+ * check/.cvsignore:
+ * check/Makefile.am:
+ * check/elements/.cvsignore:
+ * check/elements/level.c: (setup_level), (cleanup_level),
+ (GST_START_TEST), (level_suite), (main):
+ add a test for level
+ * common/release.mak:
+ move the enum checking to release.mak
+ * configure.ac:
+ add valgrind and check checking
+ * gst/level/gstlevel.c: (gst_level_transform):
+ * gst/level/gstlevel.h:
+ fix Andy's cast bug
+ convert a field to int
+ fix the arithmetic to int when checking for emit so that a
+ 100-sample buffer of a 1000Hz stream triggers after 0.1 sec
+
+2005-09-01 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * Makefile.am:
* configure.ac:
add docs to build
* common/plugins.xsl: