Use g_pattern_spec_match() instead of g_pattern_match() which is deprecated since...
authorTim-Philipp Müller <tim@centricular.com>
Fri, 29 Oct 2021 23:34:35 +0000 (00:34 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 29 Oct 2021 23:34:35 +0000 (00:34 +0100)
commitd96e44922e34d0e365713e6ac75246dc0041dfab
tree6c7eea125e6afbc793452cb38bb32da882650bf6
parent17bf17b38d3669f8d1efe9d0c5c428d9170bc52e
Use g_pattern_spec_match() instead of g_pattern_match() which is deprecated since glib 2.70

Fixes compiler warnings with glib 2.70

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1279>
subprojects/gst-devtools/validate/gst/validate/gst-validate-runner.c
subprojects/gst-plugins-base/tests/examples/playback/playback-test.c
subprojects/gst-plugins-base/tests/examples/seek/jsseek.c
subprojects/gstreamer/gst/gstinfo.c