From: Sangchul Lee Date: Fri, 17 Dec 2021 02:25:31 +0000 (+0900) Subject: webrtcbin: Fix invalid structure type X-Git-Tag: submit/tizen/20211221.035155~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fea7f6cb9214aed617329ef6f8ad3039160ffd0f;p=platform%2Fupstream%2Fgst-plugins-bad.git webrtcbin: Fix invalid structure type It also fix a build warning. Change-Id: I4eebaa9c04ee20b85bb04a21f4c5464d58329e54 Signed-off-by: Sangchul Lee --- diff --git a/ext/webrtc/gstwebrtcbin.c b/ext/webrtc/gstwebrtcbin.c index 1d2fe90e2..b2dafeca9 100644 --- a/ext/webrtc/gstwebrtcbin.c +++ b/ext/webrtc/gstwebrtcbin.c @@ -1910,7 +1910,7 @@ _create_webrtc_transceiver (GstWebRTCBin * webrtc, #ifdef __TIZEN__ static void _remove_webrtc_transceiver (GstWebRTCBin * webrtc, - WebRTCTransceiver * trans) + GstWebRTCRTPTransceiver * trans) { g_ptr_array_remove (webrtc->priv->transceivers, trans); gst_object_unref (trans);