From ec1a826cc8a74e57a4428b6e957d80034e500528 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Thu, 3 Apr 2008 20:05:31 +0000 Subject: 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 245edd13..4dc27a15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-04-03 Sebastian Dröge + + * 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 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init): -- cgit