summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2020-07-27 09:06:39 -0400
committerThibault Saunier <tsaunier@igalia.com>2020-07-27 09:06:39 -0400
commita848fdc4640735c3103fba667726d90d5177e16e (patch)
treec4f51da4571696b4c7476ea965f5d7c8cdde40bf
parentb73e81614021a856fc7d3ff221a9bbf5ebf2ce6e (diff)
Revert "validate: fix up gir namespace and symbol prefix"
This reverts commit b73e81614021a856fc7d3ff221a9bbf5ebf2ce6e. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/214>
-rw-r--r--validate/gst/validate/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/validate/gst/validate/meson.build b/validate/gst/validate/meson.build
index 158bbb6..f0b6aa3 100644
--- a/validate/gst/validate/meson.build
+++ b/validate/gst/validate/meson.build
@@ -82,8 +82,8 @@ if build_gir
sources : gstvalidate_sources + gstvalidate_headers + gst_validate_enums,
nsversion : '1.0',
namespace : 'GstValidate',
- symbol_prefix : 'gst',
- identifier_prefix : 'Gst',
+ symbol_prefix : 'gst_validate',
+ identifier_prefix : 'GstValidate',
export_packages : 'gst-validate-' + apiversion,
includes : ['GObject-2.0',
'GLib-2.0',