Re-enable hw video decoding test
Categories
(Core :: Audio/Video: Playback, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox142 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
References
Details
Attachments
(3 files)
Bug 1972583 incorrect disabled the hw decoding test, making us not being able to detect the scenario of fail to perform hardware decoding. With re-enabling the test and making the media-gpu` to tier1 should prevent hardware decoding from breaking again.
Assignee | ||
Comment 1•1 month ago
|
||
Comment 4•1 month ago
|
||
Backed out for causing win mda failures on test_hw_video_decoding.html
Updated•1 month ago
|
Assignee | ||
Comment 5•1 month ago
|
||
During the initial initialization of ffvpx, the gfx variable might not be
properly configured, leading to inaccurate hardware support detection.
Therefore, we should re-initialize it again when the gfx var is updated.
Assignee | ||
Comment 6•1 month ago
|
||
The file cannot be hardware decoded due to an ffmpeg error [1], and it was
mistakenly decoded by a software decoder, which is no longer permitted following
bug 1974117. Consequently, it is necessary to exclude this file from the
hardware decoding test.
https://hg.mozilla.org/mozilla-central/rev/16cde56bee87
https://hg.mozilla.org/mozilla-central/rev/e063e24b7d08
https://hg.mozilla.org/mozilla-central/rev/c4043c258b01
Updated•26 days ago
|
Assignee | ||
Updated•25 days ago
|
Assignee | ||
Updated•22 days ago
|
Description
•