From 9b0bc08d302c227a3955f559f85239dda14ea6af Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Tue, 23 Dec 2014 17:11:59 +0300 Subject: [PATCH] daemonc/remotecontrol.cpp: stop playback before lock on cst too, this fixes blank video and background picture in ie audioplayer started on locked channel Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/97875b48556ad468be77cf5c927d9b22ca779a70 Author: [CST] Focus Date: 2014-12-23 (Tue, 23 Dec 2014) --- src/daemonc/remotecontrol.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/daemonc/remotecontrol.cpp b/src/daemonc/remotecontrol.cpp index b17174a1a..26b6519c4 100644 --- a/src/daemonc/remotecontrol.cpp +++ b/src/daemonc/remotecontrol.cpp @@ -733,11 +733,9 @@ void CRemoteControl::stopvideo() if ( is_video_started ) { is_video_started= false; -#if HAVE_TRIPLEDRAGON /* we need stopPlayback to blank video, lockPlayback prevents it from being inadvertently starting */ g_Zapit->stopPlayBack(); -#endif g_Zapit->lockPlayBack(); } }