From 70ceffb790292508d8b94bb3a675c96135eeeb44 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Fri, 13 Jun 2008 19:14:41 +0000 Subject: 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. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2f1b33c1..77cd4e2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2008-06-13 Sebastian Dröge + + * 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 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset), -- cgit