Bug 160794

Summary: Dynamically query whether a frame rate is supported for Media Constraints
Product: WebKit Reporter: George Ruan <gruan>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: jonlee, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 160578    

Description George Ruan 2016-08-11 17:49:35 PDT
Currently, given a Media Constraint of type FrameRate, we deem the constraint as satisfiable if the frame rate is between 0 and 60 inclusive.

We should be dynamically checking the media devices whether they support the frame rate or not.

See CaptureDeviceManager::isSupportedFrameRate.
Comment 1 Radar WebKit Bug Importer 2016-08-11 17:51:26 PDT
<rdar://problem/27815944>