mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
neutrino.cpp: try to fix stopping by signal while playback in progress
Origin commit data
------------------
Commit: 72efa20dfa
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-12-15 (Tue, 15 Dec 2015)
This commit is contained in:
@@ -4062,8 +4062,9 @@ void stop_daemons(bool stopall, bool for_flash)
|
|||||||
videoDecoder->SetCECMode((VIDEO_HDMI_CEC_MODE)0);
|
videoDecoder->SetCECMode((VIDEO_HDMI_CEC_MODE)0);
|
||||||
}
|
}
|
||||||
|
|
||||||
CZapit::getInstance()->Stop();
|
|
||||||
delete &CMoviePlayerGui::getInstance();
|
delete &CMoviePlayerGui::getInstance();
|
||||||
|
|
||||||
|
CZapit::getInstance()->Stop();
|
||||||
printf("zapit shutdown done\n");
|
printf("zapit shutdown done\n");
|
||||||
if (!for_flash) {
|
if (!for_flash) {
|
||||||
CVFD::getInstance()->Clear();
|
CVFD::getInstance()->Clear();
|
||||||
|
Reference in New Issue
Block a user