From 61a3c55d5520e71ac9f7e2ada393814ede0a642e Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Thu, 3 Nov 2016 16:12:32 +1100 Subject: [PATCH] gl/gi: also include GstVideo Removes all the unknown type GstVideo* warnings while building the GIR file. --- gst-libs/gst/gl/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am index 15531958e9..68cc619d89 100644 --- a/gst-libs/gst/gl/Makefile.am +++ b/gst-libs/gst/gl/Makefile.am @@ -171,6 +171,7 @@ GstGL-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstgl-@GST_API_VERSION@ --library=libgstgl-@GST_API_VERSION@.la \ --include=Gst-@GST_API_VERSION@ \ --include=GstBase-@GST_API_VERSION@ \ + --include=GstVideo-@GST_API_VERSION@ \ --libtool="$(top_builddir)/libtool" \ --pkg gstreamer-@GST_API_VERSION@ \ --pkg gstreamer-base-@GST_API_VERSION@ \