driver/record.cpp: use zapit client to stop Pip

Origin commit data
------------------
Branch: ni/coolstream
Commit: 84ce9f8880
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-03-27 (Wed, 27 Mar 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-03-27 18:35:42 +04:00
parent 86869ce701
commit 703ace07d6

View File

@@ -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) {