examples/webrtc/android: fix build
Was missing a GstBus *bus; local variable Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4747>
This commit is contained in:
parent
63b6071a4a
commit
c46805cb0d
@ -383,6 +383,7 @@ start_pipeline (WebRTC * webrtc)
|
||||
GstStateChangeReturn ret;
|
||||
GError *error = NULL;
|
||||
GstPad *pad;
|
||||
GstBus *bus;
|
||||
|
||||
webrtc->pipe =
|
||||
gst_parse_launch ("webrtcbin name=sendrecv "
|
||||
|
Loading…
x
Reference in New Issue
Block a user