summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-04-03 20:05:31 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-04-03 20:05:31 +0000
commitec1a826cc8a74e57a4428b6e957d80034e500528 (patch)
tree72cce80ac04314f96c302fb5692cd1e2e9511b26 /ChangeLog
parent8cb180066d38c02c82b844e72fe77a4ba813f231 (diff)
tests/check/: Add unit test that encodes and decodes some data, checks that it is still the same and that all timesta...
Original commit message from CVS: * tests/check/Makefile.am: * tests/check/pipelines/wavpack.c: (bus_handler), (identity_handoff), (fakesink_handoff), (GST_START_TEST), (wavpack_suite), (main): Add unit test that encodes and decodes some data, checks that it is still the same and that all timestamps/offsets are perfect.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 245edd13..4dc27a15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
+ * tests/check/Makefile.am:
+ * tests/check/pipelines/wavpack.c: (bus_handler),
+ (identity_handoff), (fakesink_handoff), (GST_START_TEST),
+ (wavpack_suite), (main):
+ Add unit test that encodes and decodes some data, checks that it
+ is still the same and that all timestamps/offsets are perfect.
+
+2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
+
* ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
* ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
* ext/wavpack/gstwavpackparse.c: