validate: fix up gir namespace and symbol prefix

Change gir namespace and symbol prefix from
GstValidate / gst_validate to Gst / gst, same
as we do for other libs like GstVideo etc.

Helps with warnings about GST_IS_VALIDATE_*

Fixes #46, Closes !214

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/215>
This commit is contained in:
Tim-Philipp Müller 2020-07-25 23:40:05 +01:00 committed by GStreamer Merge Bot
parent bab10bd05f
commit b73e816140

View file

@ -82,8 +82,8 @@ if build_gir
sources : gstvalidate_sources + gstvalidate_headers + gst_validate_enums,
nsversion : '1.0',
namespace : 'GstValidate',
symbol_prefix : 'gst_validate',
identifier_prefix : 'GstValidate',
symbol_prefix : 'gst',
identifier_prefix : 'Gst',
export_packages : 'gst-validate-' + apiversion,
includes : ['GObject-2.0',
'GLib-2.0',