GstBin

Undocumented in source.

Members

Variables

childBus
GstBus* childBus;

internal bus for handling child messages

children
GList* children;

the list of children in this bin

childrenCookie
uint childrenCookie;

updated whenever children changes

clockDirty
bool clockDirty;

the bin needs to select a new clock

clockProvider
GstElement* clockProvider;

the element that provided provided_clock

messages
GList* messages;

queued and cached messages

numchildren
int numchildren;

the number of children in this bin

polling
bool polling;

the bin is currently calculating its state

providedClock
GstClock* providedClock;

the last clock selected

stateDirty
bool stateDirty;

the bin needs to recalculate its state (deprecated)