summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichal Benes <michal.benes@xeris.cz>2005-11-01 14:36:02 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-11-01 14:36:02 +0000
commitd52d22ca12c6008a6b32e9ca4e3461eb3282cc87 (patch)
tree18ab6c650a0e36c108c8b94a8fe1b0430a57b1b9 /ChangeLog
parentc63a68efb750c3374cd272c0eb99a9a63bd38d12 (diff)
add a unit test for matroskamux fix the bugs that the unit test exposed
Original commit message from CVS: Patch by: Michal Benes <michal.benes@xeris.cz> * 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1ae81a9..b42970dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-11-01 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ Patch by: Michal Benes <michal.benes@xeris.cz>
+
+ * 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 <tim at centricular dot net>
* gst/autodetect/gstautoaudiosink.c: