tag: xmp: Make bag tags deserialization work correctly
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Tue, 3 Aug 2010 17:37:05 +0000 (14:37 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Wed, 4 Aug 2010 12:56:39 +0000 (09:56 -0300)
commit2760c96dfc9352ff9774914d9553969fa521f563
treeffedd215b4ed19c60f69fccd62fd073b67ea7df0
parent1f454b76cfc8968cced4be646b66823d5304970e
tag: xmp: Make bag tags deserialization work correctly

If we find a bag of tags of type string in the xmp packet, we
should concat them, this is not the ideal approach, but at
least works for now as we don't know what type of tag it
is (simple, structure, seq, alt or bag)
gst-libs/gst/tag/gstxmptag.c
tests/check/libs/tag.c