neutrino: wake up video decoder before zapping

Origin commit data
------------------
Commit: 8ee066d515
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-25 (Sat, 25 Feb 2012)
This commit is contained in:
Stefan Seyfried
2012-02-25 22:33:04 +01:00
parent 3c112f718b
commit 0c895e0711

View File

@@ -3324,10 +3324,10 @@ void CNeutrinoApp::standbyMode( bool bOnOff )
if(!recordingstatus) { //only switch to standby_channel_id when not recording if(!recordingstatus) { //only switch to standby_channel_id when not recording
live_channel_id = standby_channel_id; live_channel_id = standby_channel_id;
} }
videoDecoder->Standby(false);
channelList->setSelected(0xfffffff); /* make sure that zapTo_ChannelID will zap */ channelList->setSelected(0xfffffff); /* make sure that zapTo_ChannelID will zap */
channelList->zapTo_ChannelID(live_channel_id); channelList->zapTo_ChannelID(live_channel_id);
videoDecoder->Standby(false);
g_Sectionsd->setPauseScanning(false); g_Sectionsd->setPauseScanning(false);
g_Sectionsd->setServiceChanged(live_channel_id&0xFFFFFFFFFFFFULL, true ); g_Sectionsd->setServiceChanged(live_channel_id&0xFFFFFFFFFFFFULL, true );