It is possible that a stream is destroyed while another thread is waiting on
event_empty_cond or event_cond. The waiting thread should have the opportunity
to be rescheduled and exit the critical section before the condition variables
and the mutex are destroyed.
--
v2: winegstreamer: Do not destroy condition variables when a thread is waiting on them.
https://gitlab.winehq.org/wine/wine/-/merge_requests/1278
Allows the Adobe Photoshop Elements installer to get slightly further than before
The `E_FAIL` check for switching to int while there's a non-integer string isn't needed for the installer and is just something I hit accidentally when trying to write the test cases. Should I leave it in?
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/1338