[webkit-changes] [WebKit/WebKit] e7ce01: RemoteRealtimeMediaSourceProxy::whenReady should s...
youennf
noreply at github.com
Thu Nov 23 02:45:44 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e7ce0121a9b2d114eba06e49044ae54861b807af
https://github.com/WebKit/WebKit/commit/e7ce0121a9b2d114eba06e49044ae54861b807af
Author: Youenn Fablet <youennf at gmail.com>
Date: 2023-11-23 (Thu, 23 Nov 2023)
Changed paths:
M Source/WebKit/WebProcess/cocoa/RemoteRealtimeMediaSourceProxy.cpp
Log Message:
-----------
RemoteRealtimeMediaSourceProxy::whenReady should support more than one callback
https://bugs.webkit.org/show_bug.cgi?id=265236
rdar://118709394
Reviewed by Jean-Yves Avenard.
CoreAudioCaptureSource::whenReady can support being called more than once.
Given this and given the name (whenReady), we should also have RemoteRealtimeMediaSourceProxy::whenReady handle this.
* Source/WebKit/WebProcess/cocoa/RemoteRealtimeMediaSourceProxy.cpp:
(WebKit::RemoteRealtimeMediaSourceProxy::whenReady):
Canonical link: https://commits.webkit.org/271073@main
More information about the webkit-changes
mailing list