gstreamer/sys/d3d11
Seungha Yang 4ff0e62b72 d3d11: Don't share d3d11 device context unconditionally without checking adapter
Do not accept any GstD3D11Device context which has different adapter
index from the required one. For example, if a d3d11 element is expecting
d3d11 device with adapter 1 (i.e., the second GPU), any d3d11 device
context having different adapter could not be shared with
the d3d11 element.
2019-12-05 02:29:18 +00:00
..
gstd3d11_fwd.h d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00
gstd3d11bufferpool.c d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00
gstd3d11bufferpool.h d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00
gstd3d11device.c d3d11: Don't share d3d11 device context unconditionally without checking adapter 2019-12-05 02:29:18 +00:00
gstd3d11device.h d3d11: Don't share d3d11 device context unconditionally without checking adapter 2019-12-05 02:29:18 +00:00
gstd3d11memory.c d3d11: Rename native handle getter and context utils functions 2019-12-05 02:29:18 +00:00
gstd3d11memory.h d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00
gstd3d11utils.c d3d11: Don't share d3d11 device context unconditionally without checking adapter 2019-12-05 02:29:18 +00:00
gstd3d11utils.h d3d11: Don't share d3d11 device context unconditionally without checking adapter 2019-12-05 02:29:18 +00:00
gstd3d11videosink.c d3d11: Don't share d3d11 device context unconditionally without checking adapter 2019-12-05 02:29:18 +00:00
gstd3d11videosink.h d3d11videosink: Take into account pixel aspect ratio 2019-08-15 16:55:37 +09:00
gstd3d11window.c d3d11: Rename native handle getter and context utils functions 2019-12-05 02:29:18 +00:00
gstd3d11window.h d3d11videosink: Don't try to post error message by d3d11window self 2019-10-04 21:15:15 +09:00
meson.build documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
plugin.c d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00