gstvalue: add GstTagList compare function
authorThiago Santos <ts.santos@sisa.samsung.com>
Mon, 14 Jul 2014 21:23:43 +0000 (18:23 -0300)
committerThiago Santos <ts.santos@sisa.samsung.com>
Mon, 21 Jul 2014 14:42:05 +0000 (11:42 -0300)
commit4ca6694e09fcdf8a919f287628474d00d5b3bd9b
tree970e741d22de4ac1b718f57a1bef0074dd9c0713
parent6d05df01b0e2865eab3a53c9feef49d3f110dde1
gstvalue: add GstTagList compare function

When serializing GstStructures from events in GDP it will add a taglist
as a GstStructure field, having the compare function allows comparison of
GstStructures to check if the serialized/deserialized version matches the
original one, among other cases.

https://bugzilla.gnome.org/show_bug.cgi?id=733131
gst/gstvalue.c