From 423df73380779bfc30d9f87cd876dcea71b75af0 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 1 Sep 2005 20:23:22 +0000 Subject: 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 --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 404c09b3..abb53a54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2005-09-01 Thomas Vander Stichele + + * 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 * Makefile.am: -- cgit