From fe190fb5eb225d3cea356576ca5c012d9315ee93 Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Thu, 22 Apr 2021 16:45:27 +0000 Subject: [PATCH] webrtcbin: downgrade "dropping ICE candidates from SDP" from warning to debug level Part-of: --- ext/webrtc/gstwebrtcbin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/webrtc/gstwebrtcbin.c b/ext/webrtc/gstwebrtcbin.c index 0e7885ebed..a13bed2762 100644 --- a/ext/webrtc/gstwebrtcbin.c +++ b/ext/webrtc/gstwebrtcbin.c @@ -4037,7 +4037,7 @@ _add_ice_candidates_from_sdp (GstWebRTCBin * webrtc, gint mlineindex, if (stream == NULL) stream = _find_ice_stream_for_session (webrtc, mlineindex); if (stream == NULL) { - GST_WARNING_OBJECT (webrtc, + GST_DEBUG_OBJECT (webrtc, "Unknown mline %u, dropping ICE candidates from SDP", mlineindex); return; }