From a5337605cdc147916ebfdebe26220d9cb3884180 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Thu, 15 Dec 2016 20:08:35 -0800 Subject: [PATCH] win-capture: Add ApplicationFrameHost to game capture blacklist The ApplicationFrameHost process is a sandbox process, and should not be hooked. --- plugins/win-capture/game-capture.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/win-capture/game-capture.c b/plugins/win-capture/game-capture.c index 96a93d9f2..f5fe76d64 100644 --- a/plugins/win-capture/game-capture.c +++ b/plugins/win-capture/game-capture.c @@ -976,6 +976,7 @@ static const char *blacklisted_exes[] = { "devenv", "taskmgr", "systemsettings", + "applicationframehost", "cmd", NULL }; -- GitLab