Overlay doesn't seem to be used on windowed YouTube playback on Intel gen12 laptop
Categories
(Core :: Graphics, defect, P1)
Tracking
()
People
(Reporter: jrmuizel, Assigned: sotaro)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
38.11 KB,
application/octet-stream
|
Details |
When playing https://www.youtube.com/watch?v=LXb3EKWsInQ at 4k in Edge I see time being spent in "Video Processing" in task manager. I do not see time in "Video Processing" spent there in Firefox Nightly.
Intel Power Gadget also shows an appreciable difference in power usage.
Reporter | ||
Comment 1•1 years ago
|
||
Sotaro, is that what you'd expect? Do you know what we need to do to fix it?
Assignee | ||
Comment 2•1 years ago
|
||
I wonder if the problem might be similar to Bug 1849680. Or video overlay was disabled by about:config.
Assignee | ||
Comment 3•1 years ago
|
||
:jrmuizel, can you attach about:support to this bug after the problem happens?
Assignee | ||
Comment 4•1 years ago
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #0)
When playing https://www.youtube.com/watch?v=LXb3EKWsInQ at 4k in Edge I see time being spent in "Video Processing" in task manager. I do not see time in "Video Processing" spent there in Firefox Nightly.
Intel Power Gadget also shows an appreciable difference in power usage.
With my Win11 laptop with intel GPU, I confirmed Video Processing" in task manager with the youtube video.
Reporter | ||
Comment 5•1 years ago
|
||
I'll take a look tomorrow.
Assignee | ||
Comment 6•1 years ago
•
|
||
And can you also take profiler with "Media" setting? Is video overlay used with other videos
Reporter | ||
Comment 7•1 years ago
|
||
Reporter | ||
Comment 8•1 years ago
|
||
When I tried playing 1080p video it looked overlay was working. When switching to 4K it stopped and it looks like this is probably caused by the "Hw video swapchain present is slow" error.
Reporter | ||
Comment 9•1 years ago
|
||
Here's a profile: https://share.firefox.dev/3UPIHoi
Assignee | ||
Comment 10•1 years ago
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #8)
When I tried playing 1080p video it looked overlay was working. When switching to 4K it stopped and it looks like this is probably caused by the "Hw video swapchain present is slow" error.
It seems to hit the following slow commit check. If mCompositionDevice->Commit() takes more than 20 ms five times in a row, the video overlay is disabled.
Comment 11•1 year ago
|
||
The severity field is not set for this bug.
:bhood, could you have a look please?
For more information, please visit BugBot documentation.
Comment 12•1 year ago
|
||
Assigning to Sotaro, and setting to P1
for internal Graphics tracking.
Assignee | ||
Comment 13•1 year ago
•
|
||
Intel Gen12 also has a performance problem of hardware video decoder(Bug 1888354 , Bug 1890622). Part of the problem is addressed by Bug 1888354.
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 14•1 year ago
|
||
:jrmuizel, can you check if the problem still happens with latest nightly? I wonder if Bug 1896823 might affect to the problem.
Reporter | ||
Comment 15•1 year ago
|
||
I don't see the problem with the latest nightly.
Assignee | ||
Comment 16•1 year ago
|
||
Great! Thank you for the checking.
Assignee | ||
Updated•1 year ago
|
Description
•