Gst.Pipeline.prototype.set_delay
function set_delay(delay:Gst.ClockTime):void { // Gjs wrapper for gst_pipeline_set_delay() }
Set the expected delay needed for all elements to perform the PAUSED to PLAYING state change. delay will be added to the base time of the elements so that they wait an additional delay amount of time before starting to process buffers and cannot be #GST_CLOCK_TIME_NONE.
This option is used for tuning purposes and should normally not be used.
MT safe.
- delay
the delay