[webkit-changes] [WebKit/WebKit] f24a5b: [GStreamer][WebRTC] Notify end of ICE gathering wh...
Philippe Normand
noreply at github.com
Mon May 15 01:13:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f24a5bb839eeaba47c1f7dea55535f16043a1cba
https://github.com/WebKit/WebKit/commit/f24a5bb839eeaba47c1f7dea55535f16043a1cba
Author: Philippe Normand <philn at igalia.com>
Date: 2023-05-15 (Mon, 15 May 2023)
Changed paths:
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.h
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerWebRTCUtils.cpp
Log Message:
-----------
[GStreamer][WebRTC] Notify end of ICE gathering when end-of-candidates is signaled in SDP
https://bugs.webkit.org/show_bug.cgi?id=256709
Reviewed by Xabier Rodriguez-Calvar.
Notify the backend in case all m-lines of the current local description have signaled all their ICE
candidates using the end-of-candidates SDP attribute.
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp:
(WebCore::GStreamerMediaEndpoint::doSetLocalDescription):
(WebCore::GStreamerMediaEndpoint::doSetRemoteDescription):
(WebCore::GStreamerMediaEndpoint::isIceGatheringComplete):
(WebCore::GStreamerMediaEndpoint::onIceCandidate):
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.h:
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerWebRTCUtils.cpp:
(WebCore::capsFromSDPMedia):
Canonical link: https://commits.webkit.org/264062@main
More information about the webkit-changes
mailing list