Open
Bug 1763739
Opened 3 years ago
Updated 3 years ago
Show the value of `CanUseHardwareVideoDecoding` on `about:support`
Categories
(Core :: Audio/Video, task)
Core
Audio/Video
Tracking
()
NEW
People
(Reporter: alwu, Unassigned)
References
Details
Fork from bug 1762125 comment 21, CanUseHardwareVideoDecoding
is false, which blocks the HW decoding.
Currently, we have to trace those codes manually to see what/where block HW decoding, which is annoying. Therefore, we should also show those information on the about:support
page to help us debug.
[1] https://searchfox.org/mozilla-central/source/gfx/thebes/gfxPlatform.cpp#2915-2916
[2] https://searchfox.org/mozilla-central/source/gfx/thebes/gfxPlatform.cpp#2418-2422
You need to log in
before you can comment on or make changes to this bug.
Description
•