mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 01:19:38 +00:00
222963bd5a
GstD3D11ScreenCapture object is pipeline-independent global object and the object can be shared by multiple src elements, in order to overcome a limitation of DXGI Desktop Duplication API. Note that the API allows only single capture session in a process for a monitor. Therefore GstD3D11ScreenCapture object must be able to handle a case where a src element holds different GstD3D11Device object. Which can happen when GstD3D11Device context is not shared by pipelines. What's changed: * Allocates capture texture with D3D11_RESOURCE_MISC_SHARED for the texture to be able to copied into other device's texture * Holds additional shader objects per src element and use it when drawing mouse Fixes: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1197 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2378> |
||
---|---|---|
.. | ||
audiomixmatrix | ||
avsamplesink | ||
camerabin2 | ||
codecparsers | ||
d3d11 | ||
directfb | ||
ipcpipeline | ||
mpegts | ||
msdk | ||
mxf | ||
nvcodec | ||
opencv | ||
uvch264 | ||
va | ||
waylandsink | ||
webrtc | ||
wpe | ||
meson.build | ||
playout.c |