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.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
gst_d3d11_device_thread_add() can be called concurrently from different threads so the cond signal should reach to all waiting threads.