diff --git a/subprojects/gst-examples/webrtc/android/app/src/main/jni/webrtc.c b/subprojects/gst-examples/webrtc/android/app/src/main/jni/webrtc.c index b272dd9355..2897fa57ba 100644 --- a/subprojects/gst-examples/webrtc/android/app/src/main/jni/webrtc.c +++ b/subprojects/gst-examples/webrtc/android/app/src/main/jni/webrtc.c @@ -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 "