mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
gui/movieplayer.cpp: add non-blocking webtv zap, for testing
This commit is contained in:
@@ -183,6 +183,7 @@ class CMoviePlayerGui : public CMenuTarget
|
||||
static OpenThreads::Mutex bgmutex;
|
||||
static OpenThreads::Condition cond;
|
||||
static pthread_t bgThread;
|
||||
static bool webtv_started;
|
||||
|
||||
static cPlayback *playback;
|
||||
static CMoviePlayerGui* instance_mp;
|
||||
@@ -194,6 +195,7 @@ class CMoviePlayerGui : public CMenuTarget
|
||||
void PlayFileLoop();
|
||||
void PlayFileEnd(bool restore = true);
|
||||
void cutNeutrino();
|
||||
bool StartWebtv();
|
||||
|
||||
void quickZap(neutrino_msg_t msg);
|
||||
void showHelpTS(void);
|
||||
|
Reference in New Issue
Block a user