summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-06-11 11:18:23 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-06-11 11:18:23 +0000
commit4c46ceb4cbacdf009c46d0ca55338c8e9694b2fe (patch)
tree05d0968c97996cd2addaef4cc302e7d907e7be2b /ChangeLog
parent86c4b045ea820771ff896578b64be5364fef8980 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64e55f41..493dfeff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
+ * 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 <slomo@circular-chaos.org>
+
Patch by: Olivier Crete <tester at tester dot ca>
* gst/rtp/gstrtptheorapay.c: