mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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:
parent
c690be3e03
commit
fe190fb5eb
1 changed files with 1 additions and 1 deletions
|
@ -4037,7 +4037,7 @@ _add_ice_candidates_from_sdp (GstWebRTCBin * webrtc, gint mlineindex,
|
||||||
if (stream == NULL)
|
if (stream == NULL)
|
||||||
stream = _find_ice_stream_for_session (webrtc, mlineindex);
|
stream = _find_ice_stream_for_session (webrtc, mlineindex);
|
||||||
if (stream == NULL) {
|
if (stream == NULL) {
|
||||||
GST_WARNING_OBJECT (webrtc,
|
GST_DEBUG_OBJECT (webrtc,
|
||||||
"Unknown mline %u, dropping ICE candidates from SDP", mlineindex);
|
"Unknown mline %u, dropping ICE candidates from SDP", mlineindex);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue