We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Video Processing
Yes, it's good in old version
Corrupted output file. -------------- Reproducible Steps: -------------- 1.a) LIN_MEDIA-FGST_VA_CC-M-013: Color conversion - UYVY -> RGB32 #gst-launch-1.0 filesrc location=/media/RAWS/UYVY_Prog_Packed_352x288.yuv ! videoparse format=uyvy width=352 height=288 ! vapostproc ! video/x-raw,format=BGRA ! filesink location=/tmp/GSTVA_CC-UYVY_RGB32-014_output.yuv b) LIN_MEDIA-FGST_VA_CC-M-LP-012: Color conversion (LowPower) - UYVY -> RGB32 #gst-launch-1.0 filesrc location=/media/RAWS/UYVY_Prog_Packed_352x288.yuv ! videoparse format=uyvy width=352 height=288 ! vapostproc scale-method=256 ! video/x-raw,format=BGRA ! filesink location=/tmp/GSTVA_CC-UYVY_RGB32_LP-014_output.yuv
Content Creation
BTL and TWL release get impacted.
Caused by 019772d mainly contribute by gmmParams.Flags.Info.Linear = 1; in function DdiMedia_CreateImage()
None
The text was updated successfully, but these errors were encountered:
Auto Created VSMGWL-77286 for further analysis.
Sorry, something went wrong.
MicroYY
No branches or pull requests
Which component impacted?
Video Processing
Is it regression? Good in old configuration?
Yes, it's good in old version
What happened?
Corrupted output file.
-------------- Reproducible Steps: --------------
1.a) LIN_MEDIA-FGST_VA_CC-M-013: Color conversion - UYVY -> RGB32 #gst-launch-1.0 filesrc location=/media/RAWS/UYVY_Prog_Packed_352x288.yuv ! videoparse format=uyvy width=352 height=288 ! vapostproc ! video/x-raw,format=BGRA ! filesink location=/tmp/GSTVA_CC-UYVY_RGB32-014_output.yuv
b) LIN_MEDIA-FGST_VA_CC-M-LP-012: Color conversion (LowPower) - UYVY -> RGB32 #gst-launch-1.0 filesrc location=/media/RAWS/UYVY_Prog_Packed_352x288.yuv ! videoparse format=uyvy width=352 height=288 ! vapostproc scale-method=256 ! video/x-raw,format=BGRA ! filesink location=/tmp/GSTVA_CC-UYVY_RGB32_LP-014_output.yuv
What's the usage scenario when you are seeing the problem?
Content Creation
What impacted?
BTL and TWL release get impacted.
Debug Information
Caused by 019772d
mainly contribute by
gmmParams.Flags.Info.Linear = 1; in function DdiMedia_CreateImage()
Do you want to contribute a patch to fix the issue?
None
The text was updated successfully, but these errors were encountered: