matroska: fix GValue leaks when parsing tags
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 26 Mar 2015 12:34:53 +0000 (13:34 +0100)
committerThiago Santos <thiagoss@osg.samsung.com>
Mon, 30 Mar 2015 11:59:36 +0000 (08:59 -0300)
commit592cab1512b52142f10f144cfdbb0abba40e924b
tree5c8f6d26452b9578ab775f4bb1ea78f44541bc9e
parent71b0b8d943bacecdd66fe724bc3a67b145abe215
matroska: fix GValue leaks when parsing tags

gst_tag_list_add_value() doesn't consume the GValue we pass to it so there is
no point copying it.

https://bugzilla.gnome.org/show_bug.cgi?id=746810
gst/matroska/matroska-read-common.c