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
------------------
Branch: ni/coolstream
Commit: 97875b4855
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-12-23 (Tue, 23 Dec 2014)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-12-23 17:11:59 +03:00
parent f80f7d6822
commit 42dc548657

View File

@@ -733,11 +733,9 @@ void CRemoteControl::stopvideo()
if ( is_video_started ) if ( is_video_started )
{ {
is_video_started= false; is_video_started= false;
#if HAVE_TRIPLEDRAGON
/* we need stopPlayback to blank video, /* we need stopPlayback to blank video,
lockPlayback prevents it from being inadvertently starting */ lockPlayback prevents it from being inadvertently starting */
g_Zapit->stopPlayBack(); g_Zapit->stopPlayBack();
#endif
g_Zapit->lockPlayBack(); g_Zapit->lockPlayBack();
} }
} }