Closed
Bug 1826685
Opened 2 years ago
Closed 1 year ago
Add a capability to show BufferTextureHost video to video overlay on Windows
Categories
(Core :: Graphics, enhancement)
Tracking
()
RESOLVED
DUPLICATE
of bug 1855277
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file)
Software decoded video's overlay support was added by Bug 1753373. It uploads software decoded videos to NV12 ID3D11Texture2D in VideoData::CreateAndCopyData(). But there are still some cases that BufferTextureHost videos does not support video overlay.
This bug is going to upload BufferTextureHost video to NV12 ID3D11Texture2D at DCLayerTree. And adding support of video overlay of BufferTextureHost video.
It is similar to how chrimium does for overlay of software decoded video.
https://source.chromium.org/chromium/chromium/src/+/main:ui/gl/swap_chain_presenter.cc;l=438
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Updated•2 years ago
|
OS: Unspecified → Windows
Assignee | ||
Updated•2 years ago
|
Summary: Add a capability to upload BufferTextureHost video to the video overlay by DCLayerTree in Windows → Add a capability to show BufferTextureHost video to the video overlay on Windows
Assignee | ||
Updated•2 years ago
|
Summary: Add a capability to show BufferTextureHost video to the video overlay on Windows → Add a capability to show BufferTextureHost video to video overlay on Windows
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•