summaryrefslogtreecommitdiff
path: root/rpihddevice.c
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2014-11-03 06:36:22 +0100
committerThomas Reufer <thomas@reufer.ch>2014-11-03 06:36:22 +0100
commitb3867e45feb119518e60f0f762adc948e5641767 (patch)
treefe7a6e3f9569746d376f628f83f1878de35205ad /rpihddevice.c
parent809daf6b89860a9996e157e303fac85965c126df (diff)
downloadvdr-plugin-rpihddevice-0.0.10.tar.gz
vdr-plugin-rpihddevice-0.0.10.tar.bz2
fixed video setup on start0.0.10
Diffstat (limited to 'rpihddevice.c')
-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)