From 017dd37f86fc037b06dac3391ba1ba55d2704cd3 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 29 Jun 2018 08:53:48 +0200 Subject: [PATCH] rtsp: Also use libgstbase for introspection module --- gst-libs/gst/rtsp/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst-libs/gst/rtsp/Makefile.am b/gst-libs/gst/rtsp/Makefile.am index 06853ff61a..43bb931644 100644 --- a/gst-libs/gst/rtsp/Makefile.am +++ b/gst-libs/gst/rtsp/Makefile.am @@ -75,10 +75,12 @@ GstRtsp-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstrtsp-@GST_API_VERS --library=libgstrtsp-@GST_API_VERSION@.la \ --include=Gio-2.0 \ --include=Gst-@GST_API_VERSION@ \ + --include=GstBase-@GST_API_VERSION@ \ --include=GstSdp-@GST_API_VERSION@ \ --libtool="${LIBTOOL}" \ --pkg gio-2.0 \ --pkg gstreamer-@GST_API_VERSION@ \ + --pkg gstreamer-base-@GST_API_VERSION@ \ --pkg gstreamer-sdp-@GST_API_VERSION@ \ --pkg-export gstreamer-rtsp-@GST_API_VERSION@ \ --add-init-section="$(INTROSPECTION_INIT)" \