[webkit-changes] [WebKit/WebKit] b8d0c8: [GStreamer][WebRTC] Support for the new add-ice-ca...

Philippe Normand noreply at github.com
Tue Feb 28 04:01:54 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b8d0c8eb86b0488cf04f4757453957f228c78bdb
      https://github.com/WebKit/WebKit/commit/b8d0c8eb86b0488cf04f4757453957f228c78bdb
  Author: Philippe Normand <philn at igalia.com>
  Date:   2023-02-28 (Tue, 28 Feb 2023)

  Changed paths:
    M Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp
    M Source/WebCore/Modules/mediastream/gstreamer/GStreamerWebRTCUtils.cpp

  Log Message:
  -----------
  [GStreamer][WebRTC] Support for the new add-ice-candidate-full webrtcbin signal
https://bugs.webkit.org/show_bug.cgi?id=252980

Reviewed by Xabier Rodriguez-Calvar.

By using this new signal we can avoid duplicate parsing of the ICE candidate string and potential
racy behaviors when reporting errors back to the PeerConnectionBackend.

* Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp:
(WebCore::GStreamerMediaEndpoint::addIceCandidate):
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerWebRTCUtils.cpp:
(WebCore::parseIceCandidateSDP):

Canonical link: https://commits.webkit.org/260930@main




More information about the webkit-changes mailing list