tools: gst-inspect: prettify type names for strings
authorTim-Philipp Müller <tim@centricular.com>
Wed, 29 Mar 2023 15:46:43 +0000 (16:46 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 18 Aug 2023 17:41:55 +0000 (18:41 +0100)
commit65eb52644487ce2cefe7e7f5e1d03a5a1396cb1b
treef4cd9e3ae4bcb34b6a7b73ee6b50a82b3ab5ef47
parentaa018007b5715ab738ee88ef217576aa0d6ee561
tools: gst-inspect: prettify type names for strings

'gchararray' and 'GStrv' are not types used anywhere else
and are just confusing. Map that to 'const gchar *' and 'gchar *'
etc. depending on context.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5206>
subprojects/gstreamer/tools/gst-inspect.c