Bug 299419
| Summary: | Add paintCurrentVideoFrameInContext method to AudioVideoRenderer | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Component: | Media | Assignee: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jean-Yves Avenard [:jya]
The MediaPlayerPrivateWebM and MediaPlayerPrivateMediaSourceAVFObjC only know how to paint in a GraphicsContext a native image ;
When running in the web content process, this isn't a functional codepath.
We need to add support for dealing with RemoteVideoFrameProxy.
The best location for this is in the AudioVideoRenderer itself as it has all the information related to the type of video frame it's dealing with
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/161227994>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/51237
EWS
Committed 300819@main (5f3fff28b7dc): <https://commits.webkit.org/300819@main>
Reviewed commits have been landed. Closing PR #51237 and removing active labels.