Skip to content

d3d11: Use g_cond_broadcast() to wake up waiting threads

gst_d3d11_device_thread_add() can be called concurrently from different threads so the cond signal should reach to all waiting threads.

Merge request reports