Open z0Kng opened 3 weeks ago
I could also verify the issue on a Flex 140 with:
vainfo: VA-API version: 1.22 (libva 2.22.0)
vainfo: Driver version: Intel iHD driver for Intel(R) Gen Graphics - 24.4.3 (bd984fbb1)
and Intel® Core™ Ultra 7 155H with:
vainfo: VA-API version: 1.22 (libva 2.22.0)
vainfo: Driver version: Intel iHD driver for Intel(R) Gen Graphics - 24.3.4 ()
Which component impacted?
Video Processing
Is it regression? Good in old configuration?
None
What happened?
Converting for e.g. BGRx to VUYA using the gstreamer va plugins vapostproc, results in pink artifacts while converting to NV12 is fine. It only appears if the image height is not a multiple of 16. Example gstreamer pipeline:
The same pipeline with height=1072 works fine.
What's the usage scenario when you are seeing the problem?
Others
What impacted?
We are currently developing an opensource vdi solution using Flex vGPUs for graphics acceleration and video stream encoding. For non chroma subsampling encoding, we need to convert BGRx into VUYA.
Debug Information
Do you want to contribute a patch to fix the issue?
None