summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-08-12 20:53:11 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-08-12 20:53:11 +0000
commite381cedec4baa0e2d209f1b57bce32f6f5e8421e (patch)
treed8e6c0b817cbd1c87bf9af7076b6e3f374426785 /ChangeLog
parentb2f31f75d20abf5369fa04c258ff36dcc731ebd0 (diff)
downloadgst-plugins-bad-e381cedec4baa0e2d209f1b57bce32f6f5e8421e.tar.gz
gst-plugins-bad-e381cedec4baa0e2d209f1b57bce32f6f5e8421e.tar.bz2
gst-plugins-bad-e381cedec4baa0e2d209f1b57bce32f6f5e8421e.zip
tests/check/: Add unit tests for bpwsinc, testing fundamental functionality again.
Original commit message from CVS: * tests/check/Makefile.am: * tests/check/elements/.cvsignore: * tests/check/elements/bpwsinc.c: (setup_bpwsinc), (cleanup_bpwsinc), (GST_START_TEST), (bpwsinc_suite), (main): Add unit tests for bpwsinc, testing fundamental functionality again.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f018363..7378d5e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
* tests/check/Makefile.am:
* tests/check/elements/.cvsignore:
+ * tests/check/elements/bpwsinc.c: (setup_bpwsinc),
+ (cleanup_bpwsinc), (GST_START_TEST), (bpwsinc_suite), (main):
+ Add unit tests for bpwsinc, testing fundamental functionality again.
+
+2007-08-12 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * tests/check/Makefile.am:
+ * tests/check/elements/.cvsignore:
* tests/check/elements/lpwsinc.c: (setup_lpwsinc),
(cleanup_lpwsinc), (GST_START_TEST), (lpwsinc_suite), (main):
Add unit tests for lpwsinc, testing fundamental functionality.