Skip to content

d3d11: Move core methods to gst-libs

Seungha Yang requested to merge seungha.yang/gst-plugins-bad:d3d11-lib into master
Move d3d11 device, memory, buffer pool and minimal method
to gst-libs so that other plugins can access d3d11 resource.
Since Direct3D is primary graphics API on Windows, we need
this infrastructure for various plugins can share GPU resource
without downloading GPU memory.
Note that this implementation is public only for -bad scope
for now.
Edited by Seungha Yang

Merge request reports