mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
zapit/src/femanager.cpp: move pip demux set source to zapit.cpp
This commit is contained in:
@@ -642,7 +642,7 @@ CFrontend * CFEManager::allocateFE(CZapitChannel * channel, bool forrecord)
|
|||||||
/* FIXME until proper demux management */
|
/* FIXME until proper demux management */
|
||||||
if (enabled_count < 4) {
|
if (enabled_count < 4) {
|
||||||
channel->setPipDemux(PIP_DEMUX);
|
channel->setPipDemux(PIP_DEMUX);
|
||||||
cDemux::SetSource(PIP_DEMUX, frontend->fenumber);
|
//cDemux::SetSource(PIP_DEMUX, frontend->fenumber);
|
||||||
}
|
}
|
||||||
INFO("pip demux: %d", channel->getPipDemux());
|
INFO("pip demux: %d", channel->getPipDemux());
|
||||||
#endif
|
#endif
|
||||||
|
@@ -615,6 +615,7 @@ bool CZapit::StartPip(const t_channel_id channel_id)
|
|||||||
pipDemux->Open(DMX_PIP_CHANNEL);
|
pipDemux->Open(DMX_PIP_CHANNEL);
|
||||||
pipDecoder->SetDemux(pipDemux);
|
pipDecoder->SetDemux(pipDemux);
|
||||||
}
|
}
|
||||||
|
cDemux::SetSource(dnum, pip_fe->getNumber());
|
||||||
#if 0
|
#if 0
|
||||||
pipDecoder->SetSyncMode(AVSYNC_DISABLED);
|
pipDecoder->SetSyncMode(AVSYNC_DISABLED);
|
||||||
pipDemux->SetSyncMode(AVSYNC_DISABLED);
|
pipDemux->SetSyncMode(AVSYNC_DISABLED);
|
||||||
|
Reference in New Issue
Block a user