mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-31 20:48:56 +00:00
webrtc-sendrecv: define GST_USE_UNSTABLE_API to avoid compiler warnings
This commit is contained in:
parent
43a27385c3
commit
72c10e8243
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
||||||
*/
|
*/
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <gst/sdp/sdp.h>
|
#include <gst/sdp/sdp.h>
|
||||||
|
|
||||||
|
#define GST_USE_UNSTABLE_API
|
||||||
#include <gst/webrtc/webrtc.h>
|
#include <gst/webrtc/webrtc.h>
|
||||||
|
|
||||||
/* For signalling */
|
/* For signalling */
|
||||||
|
|
Loading…
Reference in a new issue