Skip to content

d3d11: Enumerate devices via native DXGI API

Seungha Yang requested to merge seungha.yang/gstreamer:d3d11-enum into main

D3D11CreateDevice() can fail for some reason (e.g., buggy GPU driver) and then gst_d3d11_device_new() will return nullptr. Use DXGI API directly instead of relying on the gst_d3d11_device_new()

Merge request reports