Gst.Element.prototype.get_start_time

function get_start_time():Gst.ClockTime {
    // Gjs wrapper for gst_element_get_start_time()
}

Returns the start time of the element. The start time is the running time of the clock when this element was last put to PAUSED.

Usually the start_time is managed by a toplevel element such as Gst.Pipeline.

MT safe.

Returns

the start time of the element.