value: Consider "1" and "{1}" as equal in gst_value_compare()
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 30 May 2011 09:33:57 +0000 (11:33 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 30 May 2011 09:33:57 +0000 (11:33 +0200)
commit0a80b57d74fd2146afcc1f7fc0c2e46ffd01ec50
tree228a161cad1a6183f344f08ebb4f5cdbac1464f2
parentf304196148f4f084120299770e4c5b4cf5c6e8e2
value: Consider "1" and "{1}" as equal in gst_value_compare()

Previously this was only done in the is_subset() check but
having it only there brings us into definition-hell where
"1" and "{1}" are subset of each other but not equal.
gst/gststructure.c
gst/gstvalue.c