GstClockReturn

The return value of a clock operation. GST_CLOCK_OK The operation succeded. 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 occured GST_CLOCK_UNSUPPORTED Operation is not supported

Values

ValueMeaning
OK0
EARLY1
UNSCHEDULED2
BUSY3
BADTIME4
ERROR5
UNSUPPORTED6

Meta