mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
driver/record.cpp: use zapit client to stop Pip
This commit is contained in:
@@ -1629,7 +1629,7 @@ bool CRecordManager::CutBackNeutrino(const t_channel_id channel_id, CFrontend *
|
|||||||
/* FIXME until proper demux management */
|
/* FIXME until proper demux management */
|
||||||
t_channel_id pip_channel_id = CZapit::getInstance()->GetPipChannelID();
|
t_channel_id pip_channel_id = CZapit::getInstance()->GetPipChannelID();
|
||||||
if ((pip_channel_id == channel_id) && (channel->getRecordDemux() == channel->getPipDemux()))
|
if ((pip_channel_id == channel_id) && (channel->getRecordDemux() == channel->getPipDemux()))
|
||||||
CZapit::getInstance()->StopPip();
|
g_Zapit->stopPip();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if(StopSectionsd) {
|
if(StopSectionsd) {
|
||||||
|
Reference in New Issue
Block a user