mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
driver/record.cpp: change condition to stop PiP
Origin commit data
------------------
Commit: 76f50de569
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-03-13 (Wed, 13 Mar 2013)
This commit is contained in:
@@ -1624,7 +1624,9 @@ bool CRecordManager::CutBackNeutrino(const t_channel_id channel_id, CFrontend *
|
|||||||
#endif
|
#endif
|
||||||
if(ret) {
|
if(ret) {
|
||||||
#ifdef ENABLE_PIP
|
#ifdef ENABLE_PIP
|
||||||
if (CZapit::getInstance()->GetPipChannelID() == channel_id)
|
/* 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();
|
CZapit::getInstance()->StopPip();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user