Changeset 280722 in webkit
- Timestamp:
- Aug 6, 2021, 8:04:13 AM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/Cocoa/UserMediaCaptureManagerProxy.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r280706 r280722 1 2021-08-06 Eric Carlson <eric.carlson@apple.com> 2 3 REGRESSION: ASSERTION FAILED: !DeprecatedGlobalSettings::shouldManageAudioSessionCategory() || AudioSession::sharedSession().category() == AudioSession::CategoryType::PlayAndRecord 4 https://bugs.webkit.org/show_bug.cgi?id=228847 5 <rdar://problem/81587101> 6 7 Reviewed by Jer Noble. 8 9 No new tests, fixes a crashing test. 10 11 * UIProcess/Cocoa/UserMediaCaptureManagerProxy.cpp: 12 (WebKit::UserMediaCaptureManagerProxy::SourceProxy::audioUnitWillStart): Restore. 13 1 14 2021-08-05 Kate Cheney <katherine_cheney@apple.com> 2 15 -
trunk/Source/WebKit/UIProcess/Cocoa/UserMediaCaptureManagerProxy.cpp
r280702 r280722 101 101 int64_t numberOfFrames() { return m_numberOfFrames; } 102 102 103 void audioUnitWillStart() final 104 { 105 AudioSession::sharedSession().setCategory(AudioSession::CategoryType::PlayAndRecord, RouteSharingPolicy::Default); 106 } 107 103 108 void start() 104 109 {
Note:
See TracChangeset
for help on using the changeset viewer.