Bug 240636 - [GStreamer] DMABufVideoSink should also support YUY2, YVYU, UYVY, VYUY, AYUV formats
Summary: [GStreamer] DMABufVideoSink should also support YUY2, YVYU, UYVY, VYUY, AYUV ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: DMA-BUF
  Show dependency treegraph
 
Reported: 2022-05-19 02:47 PDT by Zan Dobersek
Modified: 2022-05-19 02:47 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2022-05-19 02:47:00 PDT
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.