Skip to content

d3d11converter: Fix deadlock on taking property mutex

Seungha Yang requested to merge seungha.yang/gstreamer:d3d11conv-lock into main

SRWLOCK should be zero initialized, but since we changed the private struct to C++, use C++ mutex instead.

Merge request reports