From d2ff9d5bf417e9ee6d99256d84dac7cdc6029e43 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Fri, 30 May 2014 03:31:49 -0700 Subject: [PATCH] UI: Add 'win-dshow' plugin initialization I really need to make this thing automatically search for plugins some time. I've got to admit it's kind of annoying. --- obs/window-basic-main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/obs/window-basic-main.cpp b/obs/window-basic-main.cpp index 0e1b00a4e..93ce65ab2 100644 --- a/obs/window-basic-main.cpp +++ b/obs/window-basic-main.cpp @@ -477,6 +477,7 @@ void OBSBasic::OBSInit() #elif _WIN32 obs_load_module("win-wasapi"); obs_load_module("win-capture"); + obs_load_module("win-dshow"); #else obs_load_module("linux-xshm"); obs_load_module("linux-xcomposite");