Pipeline.getClock

Gets the current clock used by @pipeline. Users of object oriented languages should use gst_pipeline_get_pipeline_clock() to avoid confusion with gst_element_get_clock() which has a different behavior.

Unlike gst_element_get_clock(), this function will always return a clock, even if the pipeline is not in the PLAYING state.

class Pipeline
override
getClock
()

Return Value

Type: Clock

a #GstClock, unref after usage.

Meta