Skip to content

d3d11decoder: WARNING if ID3D11VideoDevice is unavailable, not ERROR

gst_d3d11_decoder_new() method is also used for device capability checking during plugin init. Although we are checking hardware flag prior to that, it doesn't guarantee ID3D11VideoDevice interface.

Merge request reports