summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-06-13 19:14:41 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-06-13 19:14:41 +0000
commit70ceffb790292508d8b94bb3a675c96135eeeb44 (patch)
treecd1fc0f46f8c5a6a7073cb095694ff4f6e95db28 /ChangeLog
parent04d1c49ef7c6fe497c4b1d9d67590952e0d1266a (diff)
gst/matroska/: Use gst_value_serialize() and gst_value_deserialize() for transforming tags from some GType to a strin...
Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_metadata_id_simple_tag): * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_write_data): Use gst_value_serialize() and gst_value_deserialize() for transforming tags from some GType to a string and the other way around. The default transformations in GLib don't include transformations from string to number types.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f1b33c1..77cd4e2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2008-06-13 Sebastian Dröge <slomo@circular-chaos.org>
+ * gst/matroska/matroska-demux.c:
+ (gst_matroska_demux_parse_metadata_id_simple_tag):
+ * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
+ (gst_matroska_mux_write_data):
+ Use gst_value_serialize() and gst_value_deserialize() for transforming
+ tags from some GType to a string and the other way around. The default
+ transformations in GLib don't include transformations from string to
+ number types.
+
+2008-06-13 Sebastian Dröge <slomo@circular-chaos.org>
+
* gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
(gst_matroska_demux_parse_tracks),
(gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),