mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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:
@@ -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 );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user