From 9ff3c24437c24fa7be91d73bdddd99291a75cdad Mon Sep 17 00:00:00 2001 From: Thomas Reufer Date: Fri, 12 Feb 2016 14:23:23 +0100 Subject: set device name --- HISTORY | 1 + omxdevice.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/HISTORY b/HISTORY index 9c9a2b9..1252f3d 100644 --- a/HISTORY +++ b/HISTORY @@ -2,6 +2,7 @@ VDR Plugin 'rpihddevice' Revision History ----------------------------------------- - new: + - set device name - add option for dual display usage, see README - fixed: - ignore pts from erroneous packets to avoid pts jumps on broken streams diff --git a/omxdevice.h b/omxdevice.h index 3808c66..7e88d98 100644 --- a/omxdevice.h +++ b/omxdevice.h @@ -23,6 +23,8 @@ public: cOmxDevice(void (*onPrimaryDevice)(void), int display, int layer); virtual ~cOmxDevice(); + virtual cString DeviceName(void) const { return "rpihddevice"; } + virtual int Init(void); virtual int DeInit(void); -- cgit v1.2.3