destroy grabbers and other stuff on hyperiond restart via webui (#375)

* remove obsolete kodi code for grabbers

* destroy grabbers and other stuff on hyperiond restart via webui
This commit is contained in:
redPanther
2017-01-22 14:31:11 +01:00
committed by GitHub
parent abc798a479
commit 3aa2573b88
7 changed files with 36 additions and 3 deletions

View File

@@ -49,6 +49,7 @@
class HyperionDaemon : public QObject
{
Q_OBJECT
public:
HyperionDaemon(QString configFile, QObject *parent=nullptr);
~HyperionDaemon();
@@ -65,6 +66,9 @@ public:
void createGrabberV4L2();
void createSystemFrameGrabber();
public slots:
void freeObjects();
private:
void createGrabberDispmanx();
void createGrabberAmlogic();