From 92bcd7d6ac3a8dd66198ac71249ea2ba5b03b0f3 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 25 Feb 2012 22:33:04 +0100 Subject: [PATCH] neutrino: wake up video decoder before zapping Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/8ee066d5157724ab270201832485f44b3ef294b1 Author: Stefan Seyfried Date: 2012-02-25 (Sat, 25 Feb 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/neutrino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index a69e1cb94..380fa7cdc 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -3324,10 +3324,10 @@ void CNeutrinoApp::standbyMode( bool bOnOff ) if(!recordingstatus) { //only switch to standby_channel_id when not recording live_channel_id = standby_channel_id; } + videoDecoder->Standby(false); channelList->setSelected(0xfffffff); /* make sure that zapTo_ChannelID will zap */ channelList->zapTo_ChannelID(live_channel_id); - videoDecoder->Standby(false); g_Sectionsd->setPauseScanning(false); g_Sectionsd->setServiceChanged(live_channel_id&0xFFFFFFFFFFFFULL, true );