summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-03-22 13:42:31 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-03-22 14:34:08 +0000
commitf48564b70067ad99ffcb3a199049698da79f2e91 (patch)
tree4149b71965735426e6d20ed1b3eef06b294f826b /gst-libs
parentf49134095cf87008f8230201f4da85c53e5f75dd (diff)
downloadgstreamer-plugins-bad-f48564b70067ad99ffcb3a199049698da79f2e91.tar.gz
webrtc: fix g-ir-scanner complaining about unstable API
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/webrtc/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/webrtc/Makefile.am b/gst-libs/gst/webrtc/Makefile.am
index 9ee4291a1..8b3b8bae8 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)