GstClockEntry

All pending timeouts or periodic notifies are converted into an entry. Note that GstClockEntry should be treated as an opaque structure. It must not be extended or allocated using a custom allocator.

struct GstClockEntry {
GstClock* clock;
GstClockEntryType type;
GstClockTime time;
GstClockTime interval;
GstClockReturn status;
GstClockCallback func;
void* userData;
GDestroyNotify destroyData;
bool unscheduled;
bool wokenUp;
void*[4] GstReserved;
}

Members

Variables

refcount
int refcount;

reference counter (read-only)