[webkit-changes] [WebKit/WebKit] fd88fc: MediaStreamTrack audio rendering is broken in WKWe...

youennf noreply at github.com
Wed Dec 14 08:07:39 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fd88fcd94620b0b23afe327455ce32401972257d
      https://github.com/WebKit/WebKit/commit/fd88fcd94620b0b23afe327455ce32401972257d
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2022-12-14 (Wed, 14 Dec 2022)

  Changed paths:
    M Source/WebKit/WebProcess/cocoa/UserMediaCaptureManager.cpp

  Log Message:
  -----------
  MediaStreamTrack audio rendering is broken in WKWebView
https://bugs.webkit.org/show_bug.cgi?id=249306
rdar://102469310

Reviewed by Eric Carlson.

WebProcess is no longer getting access to audio rendering services.
We have the code to do audio rendering in GPUProcess for MediaStreamTrack but it was enabled only for capture happening in GPUProcess.
Enable this code path also when capture is done in UIProcess.

* Source/WebKit/WebProcess/cocoa/UserMediaCaptureManager.cpp:
(WebKit::UserMediaCaptureManager::setupCaptureProcesses):

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




More information about the webkit-changes mailing list