GstElementClass.provideClock

struct GstElementClass
extern (C)
GstClock* function(GstElement* element) provideClock;

Return Value

the GstClock provided by the element or NULL if no clock could be provided. Unref after usage.

MT safe.