Origin commit data
------------------
Branch: ni/coolstream
Commit: 69c91d70aa
Author: TangoCash <eric@loxat.de>
Date: 2021-03-13 (Sat, 13 Mar 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2021-03-13 11:01:24 +01:00
committed by vanhofen
parent 014d6554b8
commit d27d3ee300

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