gststructure: inline gst_structure_is_subset()
authorEdward Hervey <edward@centricular.com>
Mon, 23 Mar 2020 07:10:53 +0000 (08:10 +0100)
committerSebastian Dröge <slomo@coaxion.net>
Tue, 5 May 2020 10:17:49 +0000 (10:17 +0000)
commit7e1a0ed60420704e6000d3a08acd631d0df65a8d
tree6cbe73f42b82ecbc50a59cfb0a89c8f4fa3ed293
parent586454bf10e823ca40be754f4a64983d1e5d7313
gststructure: inline gst_structure_is_subset()

Having direct access to the iteration allows tighter code and
also being able to stop earlier.

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