RESOLVED FIXED 240633
[Linux] TextureMapperPlatformLayerProxyDMABuf should support different colorspaces
https://bugs.webkit.org/show_bug.cgi?id=240633
Summary [Linux] TextureMapperPlatformLayerProxyDMABuf should support different colors...
Zan Dobersek
Reported 2022-05-19 01:28:32 PDT
Right now, TextureMapperPlatformLayerProxyDMABuf defaults to converting multiplanar YUV data to RGB via the BT.601 conversion matrix. It should be possible for the incoming DMABufs to have the desired colorspace specified, and the proxy class should respect it to the point of selecting the appropriate conversion matrix. Besides BT.601, other supported YUV colorspaces should be BT.709, BT.2020 and SMPTE 240M, matching the GStreamer GST_VIDEO_COLORIMETRY_* values.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-05-26 01:29:12 PDT
Zan Dobersek
Comment 2 2022-05-31 00:23:10 PDT
EWS
Comment 3 2022-05-31 06:03:46 PDT
Committed r295048 (251143@main): <https://commits.webkit.org/251143@main> Reviewed commits have been landed. Closing PR #1174 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.