From 84ce9f8880bff622e713ada5db1daa33d5958250 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Wed, 27 Mar 2013 18:35:42 +0400 Subject: [PATCH] driver/record.cpp: use zapit client to stop Pip --- src/driver/record.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/record.cpp b/src/driver/record.cpp index 1fe3122ac..19700573a 100644 --- a/src/driver/record.cpp +++ b/src/driver/record.cpp @@ -1629,7 +1629,7 @@ bool CRecordManager::CutBackNeutrino(const t_channel_id channel_id, CFrontend * /* FIXME until proper demux management */ t_channel_id pip_channel_id = CZapit::getInstance()->GetPipChannelID(); if ((pip_channel_id == channel_id) && (channel->getRecordDemux() == channel->getPipDemux())) - CZapit::getInstance()->StopPip(); + g_Zapit->stopPip(); #endif if(StopSectionsd) {