RESOLVED FIXED 225031
[GPUP][iOS] Silent video playback can interrupt system audio
https://bugs.webkit.org/show_bug.cgi?id=225031
Summary [GPUP][iOS] Silent video playback can interrupt system audio
Jer Noble
Reported 2021-04-25 09:22:25 PDT
[GPUP][iOS] Silent video playback can interrupt system audio
Attachments
Patch (6.18 KB, patch)
2021-04-25 09:30 PDT, Jer Noble
eric.carlson: review+
ews-feeder: commit-queue-
Patch for landing (6.19 KB, patch)
2021-04-25 10:19 PDT, Jer Noble
no flags
Jer Noble
Comment 1 2021-04-25 09:23:00 PDT
Jer Noble
Comment 2 2021-04-25 09:30:35 PDT
Jer Noble
Comment 3 2021-04-25 10:19:05 PDT
Created attachment 427004 [details] Patch for landing
EWS
Comment 4 2021-04-25 13:32:32 PDT
Committed r276570 (237006@main): <https://commits.webkit.org/237006@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 427004 [details].
Darin Adler
Comment 5 2021-04-25 13:38:43 PDT
Comment on attachment 427004 [details] Patch for landing View in context: https://bugs.webkit.org/attachment.cgi?id=427004&action=review > Source/WebKit/GPUProcess/media/RemoteAudioSessionProxyManager.cpp:74 > + AudioSession::CategoryType category = AudioSession::None; > + RouteSharingPolicy policy = RouteSharingPolicy::Default; Next time we touch this, we can just use auto here to take advantage of the fact that the enumeration values already carry their type.
Note You need to log in before you can comment on or make changes to this bug.