introspection: Strip Gst prefix from all types/functions
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 5 Sep 2009 10:31:47 +0000 (12:31 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 5 Sep 2009 10:31:47 +0000 (12:31 +0200)
13 files changed:
gst-libs/gst/app/Makefile.am
gst-libs/gst/audio/Makefile.am
gst-libs/gst/cdda/Makefile.am
gst-libs/gst/fft/Makefile.am
gst-libs/gst/interfaces/Makefile.am
gst-libs/gst/netbuffer/Makefile.am
gst-libs/gst/pbutils/Makefile.am
gst-libs/gst/riff/Makefile.am
gst-libs/gst/rtp/Makefile.am
gst-libs/gst/rtsp/Makefile.am
gst-libs/gst/sdp/Makefile.am
gst-libs/gst/tag/Makefile.am
gst-libs/gst/video/Makefile.am

index eb16f65..79e7be1 100644 (file)
@@ -41,6 +41,7 @@ gir_cincludes=$(patsubst %,--c-include='gst/app/%',$(libgstapp_@GST_MAJORMINOR@i
 GstApp-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstapp-@GST_MAJORMINOR@.la
        $(INTROSPECTION_SCANNER) -v --namespace GstApp \
                --nsversion=@GST_MAJORMINOR@ \
+               --strip-prefix=Gst \
                $(gir_cincludes) \
                --add-include-path=`$(PKG_CONFIG) --variable=libdir gstreamer-0.10`/gst \
                --add-include-path=`$(PKG_CONFIG) --variable=libdir gstreamer-base-0.10` \
index e6f4ebd..50c962c 100644 (file)
@@ -69,6 +69,7 @@ gir_cincludes+=$(patsubst %,--c-include='gst/audio/%',$(nodist_libgstaudio_@GST_
 GstAudio-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstaudio-@GST_MAJORMINOR@.la
        $(INTROSPECTION_SCANNER) -v --namespace GstAudio \
                --nsversion=@GST_MAJORMINOR@ \
+               --strip-prefix=Gst \
                $(gir_cincludes) \
                --add-include-path=`$(PKG_CONFIG) --variable=libdir gstreamer-0.10`/gst \
                --add-include-path=`$(PKG_CONFIG) --variable=libdir gstreamer-base-0.10` \
index 8281bc8..aa5be32 100644 (file)
@@ -25,6 +25,7 @@ gir_cincludes=$(patsubst %,--c-include='gst/cdda/%',$(libgstcdda_@GST_MAJORMINOR
 GstCdda-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcdda-@GST_MAJORMINOR@.la
        $(INTROSPECTION_SCANNER) -v --namespace GstCdda \
                --nsversion=@GST_MAJORMINOR@ \
+               --strip-prefix=Gst \
                $(gir_cincludes) \
                --add-include-path=`$(PKG_CONFIG) --variable=libdir gstreamer-0.10`/gst \
                --add-include-path=`$(PKG_CONFIG) --variable=libdir gstreamer-base-0.10` \
index 7a09aa2..59a2fff 100644 (file)
@@ -54,6 +54,7 @@ gir_cincludes=$(patsubst %,--c-include='gst/fft/%',$(libgstfft_@GST_MAJORMINOR@_
 GstFft-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstfft-@GST_MAJORMINOR@.la
        $(INTROSPECTION_SCANNER) -v --namespace GstFft \
                --nsversion=@GST_MAJORMINOR@ \
+               --strip-prefix=Gst \
                $(gir_cincludes) \
                --add-include-path=`$(PKG_CONFIG) --variable=libdir gstreamer-0.10`/gst \
                --library=gstfft-0.10 \
index cc50a15..29054cf 100644 (file)
@@ -80,6 +80,7 @@ gir_cincludes+=$(patsubst %,--c-include='gst/interfaces/%',$(nodist_libgstinterf
 GstInterfaces-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstinterfaces-@GST_MAJORMINOR@.la
        $(INTROSPECTION_SCANNER) -v --namespace GstInterfaces \
                --nsversion=@GST_MAJORMINOR@ \
+               --strip-prefix=Gst \
                $(gir_cincludes) \
                -I$(top_srcdir)/gst-libs \
                --add-include-path=`$(PKG_CONFIG) --variable=libdir gstreamer-0.10`/gst \
index 6b37a91..d1f5d7b 100644 (file)
@@ -19,6 +19,7 @@ gir_cincludes=$(patsubst %,--c-include='gst/netbuffer/%',$(libgstnetbufferinclud
 GstNetbuffer-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstnetbuffer-@GST_MAJORMINOR@.la
        $(INTROSPECTION_SCANNER) -v --namespace GstNetbuffer \
                --nsversion=@GST_MAJORMINOR@ \
+               --strip-prefix=Gst \
                $(gir_cincludes) \
                --add-include-path=`$(PKG_CONFIG) --variable=libdir gstreamer-0.10`/gst \
                --library=gstnetbuffer-0.10 \
index 6d3a26a..771721b 100644 (file)
@@ -58,6 +58,7 @@ gir_cincludes+=$(patsubst %,--c-include='gst/pbutils/%',$(nodist_libgstpbutils_@
 GstPbutils-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstpbutils-@GST_MAJORMINOR@.la
        $(INTROSPECTION_SCANNER) -v --namespace GstPbutils \
                --nsversion=@GST_MAJORMINOR@ \
+               --strip-prefix=Gst \
                $(gir_cincludes) \
                -I$(top_builddir)/gst-libs \
                --add-include-path=`$(PKG_CONFIG) --variable=libdir gstreamer-0.10`/gst \
index 8edc73a..0483f7a 100644 (file)
@@ -29,6 +29,7 @@ gir_cincludes=$(patsubst %,--c-include='gst/riff/%',$(libgstriff_@GST_MAJORMINOR
 GstRiff-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstriff-@GST_MAJORMINOR@.la
        $(INTROSPECTION_SCANNER) -v --namespace GstRiff \
                --nsversion=@GST_MAJORMINOR@ \
+               --strip-prefix=Gst \
                $(gir_cincludes) \
                --add-include-path=`$(PKG_CONFIG) --variable=libdir gstreamer-0.10`/gst \
                --library=gstriff-0.10 \
index b7e4188..fe0079c 100644 (file)
@@ -30,6 +30,7 @@ gir_cincludes=$(patsubst %,--c-include='gst/rtp/%',$(libgstrtpinclude_HEADERS))
 GstRtp-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstrtp-@GST_MAJORMINOR@.la
        $(INTROSPECTION_SCANNER) -v --namespace GstRtp \
                --nsversion=@GST_MAJORMINOR@ \
+               --strip-prefix=Gst \
                $(gir_cincludes) \
                -I$(top_srcdir)/gst-libs \
                --add-include-path=`$(PKG_CONFIG) --variable=libdir gstreamer-0.10`/gst \
index 4fac4f6..089589f 100644 (file)
@@ -61,6 +61,7 @@ gir_cincludes+=$(patsubst %,--c-include='gst/audio/%',$(nodist_libgstrtspinclude
 GstRtsp-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstrtsp-@GST_MAJORMINOR@.la
        $(INTROSPECTION_SCANNER) -v --namespace GstRtsp \
                --nsversion=@GST_MAJORMINOR@ \
+               --strip-prefix=Gst \
                $(gir_cincludes) \
                --add-include-path=`$(PKG_CONFIG) --variable=libdir gstreamer-0.10`/gst \
                --add-include-path=$(builddir)/../sdp \
index 828f761..5946b87 100644 (file)
@@ -21,6 +21,7 @@ gir_cincludes=$(patsubst %,--c-include='gst/audio/%',$(libgstsdpinclude_HEADERS)
 GstSdp-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstsdp-@GST_MAJORMINOR@.la
        $(INTROSPECTION_SCANNER) -v --namespace GstSdp \
                --nsversion=@GST_MAJORMINOR@ \
+               --strip-prefix=Gst \
                $(gir_cincludes) \
                -I$(top_srcdir)/gst-libs \
                --add-include-path=`$(PKG_CONFIG) --variable=libdir gstreamer-0.10`/gst \
index 16a5198..0d90bca 100644 (file)
@@ -23,6 +23,7 @@ gir_cincludes=$(patsubst %,--c-include='gst/audio/%',$(libgsttainclude_HEADERS))
 GstTag-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgsttag-@GST_MAJORMINOR@.la
        $(INTROSPECTION_SCANNER) -v --namespace GstTag \
                --nsversion=@GST_MAJORMINOR@ \
+               --strip-prefix=Gst \
                $(gir_cincludes) \
                --add-include-path=`$(PKG_CONFIG) --variable=libdir gstreamer-0.10`/gst \
                --library=gsttag-0.10 \
index 3a483f4..171f143 100644 (file)
@@ -40,6 +40,7 @@ gir_cincludes+=$(patsubst %,--c-include='gst/audio/%',$(nodist_libgstvideo_@GST_
 GstVideo-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstvideo-@GST_MAJORMINOR@.la
        $(INTROSPECTION_SCANNER) -v --namespace GstVideo \
                --nsversion=@GST_MAJORMINOR@ \
+               --strip-prefix=Gst \
                $(gir_cincludes) \
                -I$(top_srcdir)/gst-libs \
                --add-include-path=`$(PKG_CONFIG) --variable=libdir gstreamer-0.10`/gst \