[webkit-changes] [WebKit/WebKit] 8bfbdf: WebRTC maintain-framerate degradationPreference do...

youennf noreply at github.com
Tue Sep 26 02:38:37 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8bfbdfcad8763258d6424f5d581cece569287134
      https://github.com/WebKit/WebKit/commit/8bfbdfcad8763258d6424f5d581cece569287134
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
    M Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCPeerConnectionBackend.cpp

  Log Message:
  -----------
  WebRTC maintain-framerate degradationPreference does not apply to resolution adaptation
https://bugs.webkit.org/show_bug.cgi?id=261266
rdar://115481961

Reviewed by Jean-Yves Avenard.

CPU adaptation needs to be turned on to allow degradationPreference, this gets us closer to how Chrome is setting up PC configurations..
We initially turned off CPU adaptation as it was creating some issues on bots.
If it turns out to still be the case, we will migrate tests to use maintain-resolution.

* Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCPeerConnectionBackend.cpp:
(WebCore::configurationFromMediaEndpointConfiguration):

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




More information about the webkit-changes mailing list