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:
Matthew Waters 2023-05-31 21:58:06 +10:00 committed by GStreamer Marge Bot
parent 63b6071a4a
commit c46805cb0d

View file

@ -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 "