Bug 251714
| Summary: | Merge media GPU capture feature flags | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
| Component: | Media | Assignee: | Brent Fulgham <bfulgham> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Brent Fulgham
A few years ago, when we were moving media capture features into the GPU process a set of mutually-exclusive flags were created:
(1) CaptureAudioInGPUProcessEnabled and CaptureAudioInUIProcessEnabled
(2) CaptureVideoInGPUProcessEnabled and CaptureVideoInUIProcessEnabled
These pairs should be merged into a single flag for audio capture, and a single flag for video capture, since they are implemented as the negation of the other.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/105015663>
Brent Fulgham
Pull request: https://github.com/WebKit/WebKit/pull/9626