value: add GstTagList serialisation/deserialisation
authorTim-Philipp Müller <tim@centricular.net>
Thu, 19 Jul 2012 23:49:28 +0000 (00:49 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 20 Jul 2012 08:39:53 +0000 (09:39 +0100)
commitffdefd77200b8d685c68c54caad7c3db5999f8e1
tree0cdd26025c3e2a6f5e38253ab02cf01a7c331f36
parent80f94703f985d8f125196dec1baa08d46657923f
value: add GstTagList serialisation/deserialisation

So we can serialise/deserialise taglists inside structures,
which used to work automagically before because GstTagList
was just a typedef to GstStructure (same for the GType),
but now that it's a separate GType we need to register
explicit functions for this.

Helps with GDP stuff in pipelines/streamheader tests.
gst/gststructure.c
gst/gstvalue.c