GstTimedValueControlSource

Base class for #GstControlSource that use time-stamped values.

When overriding bind, chain up first to give this bind implementation a chance to setup things.

All functions are MT-safe.

Members

Variables

GstReserved
void*[4] GstReserved;
lock
GMutex lock;
nvalues
int nvalues;
parent
GstControlSource parent;
priv
GstTimedValueControlSourcePrivate* priv;
validCache
bool validCache;
values
GSequence* values;