daemonc/remotecontrol.cpp: stop playback before lock on cst too,

this fixes blank video and background picture in ie audioplayer started on locked channel
This commit is contained in:
[CST] Focus
2014-12-23 17:11:59 +03:00
parent 3e24de2d67
commit 97875b4855

View File

@@ -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();
}
}