From c40915c8b0122f1b7c0424a0e61b4498abe08c93 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Wed, 11 Mar 2020 12:37:45 -0700 Subject: [PATCH] obs-vst: Fix lockup/race on shutdown This ensures that windowing-related VST actions are performed in the main UI thread rather than in another thread, risking a lockup. --- plugins/obs-vst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/obs-vst b/plugins/obs-vst index e7d21c36c..baa41568e 160000 --- a/plugins/obs-vst +++ b/plugins/obs-vst @@ -1 +1 @@ -Subproject commit e7d21c36c865c6004087bd91f1d9141d955be113 +Subproject commit baa41568e04275d5314848e691de85919cb03127