-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vo_dmabuf_wayland: No color correction with HDR content #12543
Comments
The amount of colorspace-related code in |
If you are running on Intel hardware, you can use the |
I try the And I don't think openSUSE Tumbleweed |
So far
vo_dmabuf_wayland
seems to ignore the HDR metadata, forwarding content to the compositor unconditionally. This is problematic as Wayland compositor right now assume BT709 / sRGB content and there's no way to tell them otherwise. The later will change once the color management protocol lands/gets adopted.Thus
vo_dmabuf_wayland
should be able to trigger color space conversion from upstream elements, like it already does for pixel formats etc., and use it for any non-BT709 content. Once the color management protocols lands it will be possible to properly negotiate supported HDR modes.How to test:
Expected result
Observed result:
The text was updated successfully, but these errors were encountered: