This commit is contained in:
TangoCash
2021-03-13 11:01:24 +01:00
committed by Thilo Graf
parent 41fb82e979
commit 85a1b94e55

View File

@@ -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();