mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
fix pip
This commit is contained in:
@@ -734,6 +734,10 @@ bool CZapit::StartPip(const t_channel_id channel_id)
|
||||
}
|
||||
}
|
||||
|
||||
pipDemux->SetSource(dnum, pip_fe->getNumber());
|
||||
newchannel->setPipDemux(dnum);
|
||||
newchannel->setRecordDemux(pip_fe->getNumber());
|
||||
|
||||
pipDecoder->SetStreamType((VIDEO_FORMAT)newchannel->type);
|
||||
pipDemux->pesFilter(newchannel->getVideoPid());
|
||||
pipDemux->Start();
|
||||
|
Reference in New Issue
Block a user