Bug 160794
| Summary: | Dynamically query whether a frame rate is supported for Media Constraints | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | George Ruan <gruan> |
| Component: | Media | Assignee: | 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 | ||
George Ruan
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/27815944>