From 9c19efb6419b7b93738be35fb0fc360f830aee3d Mon Sep 17 00:00:00 2001 From: Thomas Reufer Date: Mon, 3 Nov 2014 06:36:22 +0100 Subject: fixed video setup on start --- rpihddevice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpihddevice.c b/rpihddevice.c index c4296e9..51fcca3 100644 --- a/rpihddevice.c +++ b/rpihddevice.c @@ -71,7 +71,7 @@ bool cPluginRpiHdDevice::Initialize(void) bool cPluginRpiHdDevice::Start(void) { - return true; + return m_device->Start(); } void cPluginRpiHdDevice::Stop(void) -- cgit v1.2.3