Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fd88fcd94620b0b23afe327455ce32401972257d
      
https://github.com/WebKit/WebKit/commit/fd88fcd94620b0b23afe327455ce32401972257d
  Author: Youenn Fablet <[email protected]>
  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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to