GstElementClass.setClock

struct GstElementClass
extern (C)
int function(GstElement* element, GstClock* clock) setClock;

Return Value

TRUE if the element accepted the clock. An element can refuse a clock when it, for example, is not able to slave its internal clock to the clock or when it requires a specific clock to operate.

MT safe.