VideoEncoder.setMinPts
void setMinPts(gst.types.ClockTime minPts)Request minimal value for PTS passed to handle_frame.
For streams with reordered frames this can be used to ensure that there is enough time to accommodate first DTS, which may be less than first PTS
Parameters
minPts | minimal PTS that will be passed to handle_frame |