GstMiniObject

Undocumented in source.

Members

Variables

copy
GstMiniObjectCopyFunction copy;

a copy function

dispose
GstMiniObjectDisposeFunction dispose;

a dispose function

flags
uint flags;

extra flags.

free
GstMiniObjectFreeFunction free;

the free function

lockstate
int lockstate;

atomic state of the locks

privPointer
void* privPointer;
Undocumented in source.
privUint
uint privUint;
Undocumented in source.
refcount
int refcount;

atomic refcount

type
GType type;

the GType of the object

Meta