From d11e931c4dcafd184de8dac3625a7e3429cfc9f0 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Thu, 28 May 2015 11:13:40 +0300 Subject: [PATCH] neutrino.cpp: fix flashing while webtv running - stop playback before stop daemons Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/d8dcb1da1bf6422c10f5b863002c45d9d49b71af Author: [CST] Focus Date: 2015-05-28 (Thu, 28 May 2015) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/neutrino.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index fd6432cfb..f76cf9064 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -3976,6 +3976,7 @@ void CNeutrinoApp::stopDaemonsForFlash() **************************************************************************************/ void stop_daemons(bool stopall, bool for_flash) { + CMoviePlayerGui::getInstance().stopPlayBack(); if (for_flash) { CVFD::getInstance()->Clear(); CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO);