GstClockReturn

The return value of a clock operation. GST_CLOCK_OK The operation succeeded. GST_CLOCK_EARLY The operation was scheduled too late. GST_CLOCK_UNSCHEDULED The clockID was unscheduled GST_CLOCK_BUSY The ClockID is busy GST_CLOCK_BADTIME A bad time was provided to a function. GST_CLOCK_ERROR An error occurred GST_CLOCK_UNSUPPORTED Operation is not supported GST_CLOCK_DONE The ClockID is done waiting

Values

ValueMeaning
OK0
EARLY1
UNSCHEDULED2
BUSY3
BADTIME4
ERROR5
UNSUPPORTED6
DONE7

Meta