summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-01-29 15:45:48 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-01-29 15:45:48 +0000
commit956ae25e78bdf58bff90e4cb7e41c9689221365a (patch)
tree5c2115b7cd54960ee4c71228407426ec05c1238c /ChangeLog
parentbf1c0af30feaf48240d7813a8e88131b6a3cceb8 (diff)
tests/check/: Add add testsuite for the rtp-payloader that tries simulating dataflow. Needs more test data.
Original commit message from CVS: * tests/check/Makefile.am: * tests/check/elements/.cvsignore: * tests/check/elements/rtp-payloading.c: Add add testsuite for the rtp-payloader that tries simulating dataflow. Needs more test data.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a81c1b2d..6c77895e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-01-29 Stefan Kost <ensonic@users.sf.net>
+ * tests/check/Makefile.am:
+ * tests/check/elements/.cvsignore:
+ * tests/check/elements/rtp-payloading.c:
+ Add add testsuite for the rtp-payloader that tries simulating
+ dataflow. Needs more test data.
+
+2008-01-29 Stefan Kost <ensonic@users.sf.net>
+
* tests/check/elements/alphacolor.c:
Remove two unused variables.