mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
src/gui/movieplayer.cpp stop lua player on STANDBY_ON
Origin commit data
------------------
Branch: ni/coolstream
Commit: 380e95cd1c
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-09-19 (Sat, 19 Sep 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1118,6 +1118,7 @@ void CMoviePlayerGui::PlayFileLoop(void)
|
|||||||
menu_ret = menu_return::RETURN_EXIT_ALL;
|
menu_ret = menu_return::RETURN_EXIT_ALL;
|
||||||
|
|
||||||
playstate = CMoviePlayerGui::STOPPED;
|
playstate = CMoviePlayerGui::STOPPED;
|
||||||
|
keyPressed = CMoviePlayerGui::PLUGIN_PLAYSTATE_STOP;
|
||||||
ClearQueue();
|
ClearQueue();
|
||||||
g_RCInput->postMsg(msg, data);
|
g_RCInput->postMsg(msg, data);
|
||||||
} else if (msg == CRCInput::RC_timeout || msg == NeutrinoMessages::EVT_TIMER) {
|
} else if (msg == CRCInput::RC_timeout || msg == NeutrinoMessages::EVT_TIMER) {
|
||||||
@@ -1132,6 +1133,7 @@ void CMoviePlayerGui::PlayFileLoop(void)
|
|||||||
printf("CMoviePlayerGui::PlayFile: neutrino handleMsg messages_return::cancel_all\n");
|
printf("CMoviePlayerGui::PlayFile: neutrino handleMsg messages_return::cancel_all\n");
|
||||||
menu_ret = menu_return::RETURN_EXIT_ALL;
|
menu_ret = menu_return::RETURN_EXIT_ALL;
|
||||||
playstate = CMoviePlayerGui::STOPPED;
|
playstate = CMoviePlayerGui::STOPPED;
|
||||||
|
keyPressed = CMoviePlayerGui::PLUGIN_PLAYSTATE_STOP;
|
||||||
ClearQueue();
|
ClearQueue();
|
||||||
}
|
}
|
||||||
else if (msg <= CRCInput::RC_MaxRC ) {
|
else if (msg <= CRCInput::RC_MaxRC ) {
|
||||||
|
Reference in New Issue
Block a user