Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e27ac61ee27369519f6679d3ac2889915b1e563d
https://github.com/WebKit/WebKit/commit/e27ac61ee27369519f6679d3ac2889915b1e563d
Author: Youenn Fablet <[email protected]>
Date: 2026-01-20 (Tue, 20 Jan 2026)
Changed paths:
M Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm
Log Message:
-----------
getUserMedia with constraints where max frameRate bigger than 16 does not work
rdar://115713922
https://bugs.webkit.org/show_bug.cgi?id=261461
Reviewed by Eric Carlson.
Instead of trying to set the frame rate on the device, which is the only way on
iOS, we set the frame rate on the output connection in macOS.
Manually tested using https://codepen.io/youennf/pen/OPXWqGV.
Canonical link: https://commits.webkit.org/305858@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications