mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue