[webkit-changes] [WebKit/WebKit] 649f4c: [Cocoa] webrtc/vp9-vtb.html is timing out

youennf noreply at github.com
Thu Mar 9 01:07:06 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 649f4ccb36c69ba68a1e2abf2286b7a479aa33ba
      https://github.com/WebKit/WebKit/commit/649f4ccb36c69ba68a1e2abf2286b7a479aa33ba
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2023-03-09 (Thu, 09 Mar 2023)

  Changed paths:
    M Source/WebKit/WebProcess/Network/webrtc/LibWebRTCProvider.cpp

  Log Message:
  -----------
  [Cocoa] webrtc/vp9-vtb.html is timing out
https://bugs.webkit.org/show_bug.cgi?id=253562
rdar://104891833

Reviewed by Eric Carlson.

The test is timing out as we enable VP9 VTB but not at LibWebRTCCodecs level.
This triggers trying VP9 via VTB in WebProcess whihc is no longer allowed.

webrtc/vp9-vtb.html is setting vp9 vtb flag in libwebrtc provider.
We sync this flag with LibWebRTCCodecs as well.

* Source/WebKit/WebProcess/Network/webrtc/LibWebRTCProvider.cpp:
(WebKit::LibWebRTCProvider::willCreatePeerConnectionFactory):

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




More information about the webkit-changes mailing list