From 4c46ceb4cbacdf009c46d0ca55338c8e9694b2fe Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Wed, 11 Jun 2008 11:18:23 +0000 Subject: gst/matroska/: Add some more tags, improve debugging a bit and make sure that Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_metadata_id_simple_tag): * gst/matroska/matroska-ids.h: * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag): Add some more tags, improve debugging a bit and make sure that GValue transformation has succeeded before using the result as a tag. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 64e55f41..493dfeff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-06-11 Sebastian Dröge + + * gst/matroska/matroska-demux.c: + (gst_matroska_demux_parse_metadata_id_simple_tag): + * gst/matroska/matroska-ids.h: + * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag): + Add some more tags, improve debugging a bit and make sure that + GValue transformation has succeeded before using the result + as a tag. + 2008-06-11 Sebastian Dröge Patch by: Olivier Crete -- cgit