webrtcbin: downgrade "dropping ICE candidates from SDP" from warning to debug level

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2187>
This commit is contained in:
Nazar Mokrynskyi 2021-04-22 16:45:27 +00:00 committed by GStreamer Marge Bot
parent c690be3e03
commit fe190fb5eb

View file

@ -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;
}