From d52d22ca12c6008a6b32e9ca4e3461eb3282cc87 Mon Sep 17 00:00:00 2001 From: Michal Benes Date: Tue, 1 Nov 2005 14:36:02 +0000 Subject: add a unit test for matroskamux fix the bugs that the unit test exposed Original commit message from CVS: Patch by: Michal Benes * check/Makefile.am: * gst/matroska/ebml-write.c: (gst_ebml_write_seek): * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event), (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start): add a unit test for matroskamux fix the bugs that the unit test exposed --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a1ae81a9..b42970dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2005-11-01 Thomas Vander Stichele + + Patch by: Michal Benes + + * check/Makefile.am: + * gst/matroska/ebml-write.c: (gst_ebml_write_seek): + * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event), + (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start): + add a unit test for matroskamux + fix the bugs that the unit test exposed + 2005-11-01 Tim-Philipp Müller * gst/autodetect/gstautoaudiosink.c: -- cgit