From f48564b70067ad99ffcb3a199049698da79f2e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 22 Mar 2018 13:42:31 +0000 Subject: [PATCH] webrtc: fix g-ir-scanner complaining about unstable API --- gst-libs/gst/webrtc/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/webrtc/Makefile.am b/gst-libs/gst/webrtc/Makefile.am index 9ee4291a10..8b3b8bae89 100644 --- a/gst-libs/gst/webrtc/Makefile.am +++ b/gst-libs/gst/webrtc/Makefile.am @@ -82,6 +82,7 @@ GstWebRTC-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstwebrtc-@GST_API_ --pkg gstreamer-sdp-@GST_API_VERSION@ \ --pkg-export gstreamer-webrtc-@GST_API_VERSION@ \ --add-init-section="$(INTROSPECTION_INIT)" \ + -DGST_USE_UNSTABLE_API \ --output $@ \ $(gir_headers) \ $(gir_sources)