samiparse: clean up some GString usage
authorTim-Philipp Müller <tim@centricular.com>
Wed, 29 Jun 2022 23:39:50 +0000 (00:39 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 1 Jul 2022 17:24:52 +0000 (17:24 +0000)
commitf19f579712cf5d73f2e4e3bb924d7541014681be
treeda07f23522080ed21dfba1a53480a55a1d9103d9
parent270d23c8e05301759b9274803f93453422ff1062
samiparse: clean up some GString usage

There's no need to re-assign the return value of
g_string_append_*() functions and such to the variable
holding the GString. These return values are just for
convenience so function calls can be chained. The actual
GString pointer won't change, it's not a GList after all.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2685>
subprojects/gst-plugins-base/gst/subparse/samiparse.c