Element.getClock

Gets the currently configured clock of the element. This is the clock as was last set with Element.setClock.

Elements in a pipeline will only have their clock set when the pipeline is in the PLAYING state.

class Element
getClock
()

Return Value

Type: Clock

the gstreamer.Clock of the element. unref after usage.

MT safe.