Bug 279496
| Summary: | VideoFrames cannot be created asynchronously in WebContent process | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
| Component: | Media | Assignee: | Kimmo Kinnunen <kkinnunen> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 243838 | ||
Kimmo Kinnunen
VideoFrames cannot be created asynchronously in WebContent process
RemoteMediaPlayerPrivate, RemoteGraphicsContextGLProxy would need to be able to create video frame instances without asking GPUP for the ID.
Currently VideoFrame instances are allocated on the GPU process.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/135782380>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/33453
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/33611