Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a051a95261803d47b1f5d47801be6a1b0828400d
https://github.com/WebKit/WebKit/commit/a051a95261803d47b1f5d47801be6a1b0828400d
Author: Youenn Fablet <[email protected]>
Date: 2025-11-04 (Tue, 04 Nov 2025)
Changed paths:
M Source/WebCore/SaferCPPExpectations/NoUncountedMemberCheckerExpectations
M Source/WebCore/platform/mediastream/mac/CoreAudioCaptureSource.cpp
M Source/WebCore/platform/mediastream/mac/CoreAudioCaptureSource.h
M Source/WebCore/platform/mediastream/mac/CoreAudioSharedUnit.cpp
M Source/WebCore/platform/mediastream/mac/CoreAudioSharedUnit.h
Log Message:
-----------
CoreAudioCaptureSource should have a ref to its CoreAudioSharedUnit
rdar://163918367
https://bugs.webkit.org/show_bug.cgi?id=301847
Reviewed by Anne Van Kesteren.
As a preliminary step towards supporting capture of microphone with or without
echo cancellation, we make CoreAudioCaptureSource keep a ref to its audio unit.
This reduces the use of CoreAudioSharedUnit::singleton().
There should be no behavioral changes.
Covered by existing tests.
Canonical link: https://commits.webkit.org/302529@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications