Gst.Element.prototype.set_base_time

function set_base_time(time:Gst.ClockTime):void {
    // Gjs wrapper for gst_element_set_base_time()
}

Set the base time of an element. See Gst.Element.prototype.get_base_time.

MT safe.

time

the base time to set.