Unexpected green video frame was rendered
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
People
(Reporter: alwu, Unassigned)
References
Details
Forked from bug1535847 comment26, on Windows10 aarch64, we would get the unexpected green video frame which should not happen because the test file only contains white frame.
Here are some failures, you can check the acutal rendering result via open analyser
button on the top.
Reporter | ||
Comment 1•6 years ago
|
||
Hi, Matt, Jya,
Do you have any idea about why we would get this green video frame on Windows?
Thank you.:jya
Comment 2•6 years ago
|
||
Green frames usually happen because we've converted a YUV frame containing all 0s to RGB.
I guess that means that the decode failed somewhere, and we're still trying to present the blank frame?
Comment 3•6 years ago
|
||
isn't that a driver issue as seen in bug 1548410?
Reporter | ||
Comment 4•6 years ago
|
||
It seems that we ran tasks on lenovo yoga c630[1], it looks like bug1525656. Should we blacklist this driver as well?
[1] https://tools.taskcluster.net/provisioners/bitbar/worker-types/gecko-t-win64-aarch64-laptop
Comment 5•6 years ago
|
||
(In reply to Alastor Wu [:alwu] from comment #4)
It seems that we ran tasks on lenovo yoga c630[1], it looks like bug1525656. Should we blacklist this driver as well?
[1] https://tools.taskcluster.net/provisioners/bitbar/worker-types/gecko-t-win64-aarch64-laptop
we are disabling those drivers, it was done in bug 1548410.
now we have to wait for Windows to release the new ones.
Reporter | ||
Comment 6•6 years ago
|
||
It seems like a driver issue and we've disabled it on bug 1548410.
Description
•