-
Notifications
You must be signed in to change notification settings - Fork 349
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
[Bug]: VP format conversion to VUYA results in pink artifacts. #1867
Comments
I could also verify the issue on a Flex 140 with:
and Intel® Core™ Ultra 7 155H with:
|
Auto Created VSMGWL-77288 for further analysis. |
As far as I'm aware, it depends on the hardware whether the gstreamer va plugin has |
Seems that both VP input and output are fine. |
But was it generally possible to reproduce the issue? |
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
vainfo: Driver version: Intel iHD driver for Intel(R) Gen Graphics - 24.4.2 (18b64f0)
Do you want to contribute a patch to fix the issue?
None
The text was updated successfully, but these errors were encountered: