[webkit-changes] [WebKit/WebKit] 6353bf: [GStreamer][WebRTC] Implement canTrickleIceCandida...

Philippe Normand noreply at github.com
Fri Jan 12 03:27:12 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6353bf8b33a2751edf884a94a8a779a0dfaccae7
      https://github.com/WebKit/WebKit/commit/6353bf8b33a2751edf884a94a8a779a0dfaccae7
  Author: Philippe Normand <philn at igalia.com>
  Date:   2024-01-12 (Fri, 12 Jan 2024)

  Changed paths:
    M LayoutTests/platform/glib/TestExpectations
    M Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp
    M Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.h
    M Source/WebCore/Modules/mediastream/gstreamer/GStreamerPeerConnectionBackend.cpp
    M Source/WebCore/Modules/mediastream/gstreamer/GStreamerPeerConnectionBackend.h

  Log Message:
  -----------
  [GStreamer][WebRTC] Implement canTrickleIceCandidates()
https://bugs.webkit.org/show_bug.cgi?id=267409

Reviewed by Xabier Rodriguez-Calvar.

Implement canTrickleIceCandidates() by checking the presence of the trickle ICE option in the
pending remote description.

* LayoutTests/platform/glib/TestExpectations:
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp:
(WebCore::GStreamerMediaEndpoint::canTrickleIceCandidates const):
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.h:
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerPeerConnectionBackend.cpp:
(WebCore::GStreamerPeerConnectionBackend::canTrickleIceCandidates const):
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerPeerConnectionBackend.h:

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




More information about the webkit-changes mailing list