Element.providesClock

Query if the element provides a clock. A GstClock provided by an element can be used as the global GstClock for the pipeline. An element that can provide a clock is only required to do so in the PAUSED state, this means when it is fully negotiated and has allocated the resources to operate the clock.

class Element
int
providesClock
()

Return Value

Type: int

TRUE if the element provides a clock MT safe.

Meta