webrtc-sendrecv: define GST_USE_UNSTABLE_API to avoid compiler warnings
authorTim-Philipp Müller <tim@centricular.com>
Fri, 2 Feb 2018 08:39:04 +0000 (08:39 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 2 Feb 2018 08:39:04 +0000 (08:39 +0000)
webrtc/sendrecv/gst/webrtc-sendrecv.c

index c823f65..1de11c2 100644 (file)
@@ -8,6 +8,8 @@
  */
 #include <gst/gst.h>
 #include <gst/sdp/sdp.h>
+
+#define GST_USE_UNSTABLE_API
 #include <gst/webrtc/webrtc.h>
 
 /* For signalling */