Gst.Pipeline.prototype.auto_clock

function auto_clock():void {
    // Gjs wrapper for gst_pipeline_auto_clock()
}

Let pipeline select a clock automatically. This is the default behaviour.

Use this function if you previous forced a fixed clock with Gst.use_clock and want to restore the default pipeline clock selection algorithm.

MT safe.