NEW251714
Merge media GPU capture feature flags
https://bugs.webkit.org/show_bug.cgi?id=251714
Summary Merge media GPU capture feature flags
Brent Fulgham
Reported 2023-02-03 12:06:24 PST
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
Radar WebKit Bug Importer
Comment 1 2023-02-03 12:07:01 PST
Brent Fulgham
Comment 2 2023-02-03 14:07:09 PST
Note You need to log in before you can comment on or make changes to this bug.