Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f441f31ce48366303d274c59d56d232d65727eca
https://github.com/WebKit/WebKit/commit/f441f31ce48366303d274c59d56d232d65727eca
Author: Youenn Fablet <[email protected]>
Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths:
M Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm
Log Message:
-----------
[iOS] Reconfiguring the device is often switching off the torch
rdar://131130489
https://bugs.webkit.org/show_bug.cgi?id=276478
Reviewed by Eric Carlson.
When we reconfigure the device (for frame rate, zoom or size), this often
switches off the torch.
To reenable it properly, we asynchronously switch it on again.
We do that asynchronously as switching it on in the same
beginConfiguration/commitConfiguration does not seem to work properly.
* Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:
(WebCore::AVVideoCaptureSource::setFrameRateAndZoomWithPreset):
Canonical link: https://commits.webkit.org/280857@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes