From c46805cb0dc726eaad32a0ca0abffcdcdf63fc99 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Wed, 31 May 2023 21:58:06 +1000 Subject: [PATCH] examples/webrtc/android: fix build Was missing a GstBus *bus; local variable Part-of: --- .../gst-examples/webrtc/android/app/src/main/jni/webrtc.c | 1 + 1 file changed, 1 insertion(+) 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 "