summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2014-11-03 06:36:22 +0100
committerThomas Reufer <thomas@reufer.ch>2014-11-14 23:16:59 +0100
commit9c19efb6419b7b93738be35fb0fc360f830aee3d (patch)
treefe7a6e3f9569746d376f628f83f1878de35205ad
parent363d528ad8acf2f8f28b5a4043a96befe380eabe (diff)
downloadvdr-plugin-rpihddevice-9c19efb6419b7b93738be35fb0fc360f830aee3d.tar.gz
vdr-plugin-rpihddevice-9c19efb6419b7b93738be35fb0fc360f830aee3d.tar.bz2
fixed video setup on start
-rw-r--r--rpihddevice.c2
1 files changed, 1 insertions, 1 deletions
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)