From c564a043d1321d74deb719e6e90fb7e2f9074b70 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Tue, 1 Dec 2015 23:20:45 -0800 Subject: [PATCH] Drop usage of deprecated g-ir-scanner --strip-prefix flag --- gst-libs/gst/gl/Makefile.am | 3 ++- gst-libs/gst/insertbin/Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am index 97d0cbc987..219aec8c08 100644 --- a/gst-libs/gst/gl/Makefile.am +++ b/gst-libs/gst/gl/Makefile.am @@ -145,7 +145,8 @@ GstGL-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstgl-@GST_API_VERSION@ GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no \ $(INTROSPECTION_SCANNER) -v --namespace GstGL \ --nsversion=@GST_API_VERSION@ \ - --strip-prefix=Gst \ + --identifier-prefix=Gst \ + --symbol-prefix=gst \ --warn-all \ --c-include "gst/gl/gl.h" \ -I$(top_srcdir)/gst-libs \ diff --git a/gst-libs/gst/insertbin/Makefile.am b/gst-libs/gst/insertbin/Makefile.am index 09eb97c062..d4d331caff 100644 --- a/gst-libs/gst/insertbin/Makefile.am +++ b/gst-libs/gst/insertbin/Makefile.am @@ -33,7 +33,8 @@ GstInsertBin-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstinsertbin-@GS GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no \ $(INTROSPECTION_SCANNER) -v --namespace GstInsertBin \ --nsversion=@GST_API_VERSION@ \ - --strip-prefix=Gst \ + --identifier-prefix=Gst \ + --symbol-prefix=gst \ --warn-all \ --c-include "gst/insertbin/gstinsertbin.h" \ -I$(top_srcdir)/gst-libs \