taglist, plugins: fix compiler warnings with GLib >= 2.76
authorTim-Philipp Müller <tim@centricular.com>
Sun, 26 Mar 2023 15:40:28 +0000 (16:40 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 12 Jul 2023 08:58:50 +0000 (08:58 +0000)
commitbda8cf583f581d7f1c21851af7e1e0b7faba61aa
tree32e4f4b30ca755c1ca508ba6cbc7a89489c3d72f
parent62aa802d1788ab18e7e5de717ce4290e4af2716e
taglist, plugins: fix compiler warnings with GLib >= 2.76

Fix compiler warnings about not using the return value when
freeing the GString segment with g_string_free(.., FALSE):

    ignoring return value of ‘g_string_free_and_steal’ declared with attribute ‘warn_unused_result’

which we get with newer GLib versions. These were all harmless.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5015>
subprojects/gst-plugins-bad/ext/teletextdec/gstteletextdec.c
subprojects/gst-plugins-bad/sys/winks/gstksvideodevice.c
subprojects/gst-plugins-bad/sys/winks/kshelpers.c
subprojects/gst-plugins-bad/tools/gst-app-maker
subprojects/gst-plugins-base/gst/subparse/gstsubparse.c
subprojects/gstreamer/gst/gsttaglist.c