BaseParse.setLatency

Sets the minimum and maximum (which may likely be equal) latency introduced by the parsing process. If there is such a latency, which depends on the particular parsing of the format, it typically corresponds to 1 frame duration.

If the provided values changed from previously provided ones, this will also post a LATENCY message on the bus so the pipeline can reconfigure its global latency.

Parameters

minLatency gst.types.ClockTime

minimum parse latency

maxLatency gst.types.ClockTime

maximum parse latency