[host] added initial framework for DXGI capture

This commit is contained in:
Geoffrey McRae
2017-11-02 17:55:25 +11:00
parent fc192c0016
commit 44d7e9e77c
6 changed files with 144 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ bool Service::Initialize()
DeInitialize();
m_capture = CaptureFactory::GetCaptureDevice();
if (!m_capture || !m_capture->Initialize())
if (!m_capture)
{
DEBUG_ERROR("Failed to initialize capture interface");
DeInitialize();