Skip to content

wasapi: added missing lock release in case of error in gst_wasapi_xxx_reset

silvio lazzeretti requested to merge jusizela/gst-plugins-bad:master into master

If one of the Windows APIs called in gst_wasapi_xxx_reset fails, the application enters in a deadlock because a lock is not released

Merge request reports