Bug 240636
Summary: | [GStreamer] DMABufVideoSink should also support YUY2, YVYU, UYVY, VYUY, AYUV formats | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | philn |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 237649 |
Zan Dobersek
There's a solid range of multi-planar formats already supported in DMABufVideoSink, but there's a few that don't work. The problem is exhibited when using the sink with any of these formats enforced, but it resides in the TextureMapper implementation of how the plane data is constructed and sampled through GL.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Philippe Normand
The DMABuf sink was removed, closing.