mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-14 00:43:35 +02:00
gui/movieplayer.cpp: while starting file play, process neutrino events
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4fffe08d4b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-04-25 (Fri, 25 Apr 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -474,6 +474,8 @@ void *CMoviePlayerGui::ShowStartHint(void *arg)
|
|||||||
if (msg == CRCInput::RC_home || msg == CRCInput::RC_stop) {
|
if (msg == CRCInput::RC_home || msg == CRCInput::RC_stop) {
|
||||||
if(caller->playback)
|
if(caller->playback)
|
||||||
caller->playback->RequestAbort();
|
caller->playback->RequestAbort();
|
||||||
|
} else if (msg != CRCInput::RC_timeout && msg > CRCInput::RC_MaxRC) {
|
||||||
|
CNeutrinoApp::getInstance()->handleMsg(msg, data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(hintbox != NULL){
|
if(hintbox != NULL){
|
||||||
|
Reference in New Issue
Block a user