summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-08-12 20:19:37 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-08-12 20:19:37 +0000
commitb2f31f75d20abf5369fa04c258ff36dcc731ebd0 (patch)
treed6e40c97826efb4341f52601d425c6c46c9141e8 /ChangeLog
parentcadec287af6a6279887168ce7b16a659fef75b89 (diff)
downloadgst-plugins-bad-b2f31f75d20abf5369fa04c258ff36dcc731ebd0.tar.gz
gst-plugins-bad-b2f31f75d20abf5369fa04c258ff36dcc731ebd0.tar.bz2
gst-plugins-bad-b2f31f75d20abf5369fa04c258ff36dcc731ebd0.zip
tests/check/: Add unit tests for lpwsinc, testing fundamental functionality.
Original commit message from CVS: * 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28818578..0f018363 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
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.
+
+2007-08-12 Sebastian Dröge <slomo@circular-chaos.org>
+
* gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
* gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
Improve debugging a bit.