taglist: Make equality check more uniform
authorEdward Hervey <edward@centricular.com>
Wed, 6 May 2020 09:59:15 +0000 (11:59 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 6 May 2020 10:00:46 +0000 (12:00 +0200)
commit81752169a4db9fb87314444281205d7a8974d875
tree68b3b2b1854a54ed2f40b8f9dad90bae2fc3799a
parenta3c7e1c9b919306dcd91199025b4aca75baaefb7
taglist: Make equality check more uniform

Previously this was iterating over taglists with ... string names.

Instead use the same technique as `gst_structure_is_equal()` with the additional
double check.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/466>
gst/gsttaglist.c