mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
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:
parent
bab10bd05f
commit
b73e816140
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue