Skip to content

taglist: Make equality check more uniform

Edward Hervey requested to merge bilboed/gstreamer:taglistequal into master

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

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

Merge request reports