Searched defs:_GstIterator (Results 1 – 1 of 1) sorted by relevance
207 struct _GstIterator { struct209 GstIteratorCopyFunction copy;210 GstIteratorNextFunction next;211 GstIteratorItemFunction item;212 GstIteratorResyncFunction resync;213 GstIteratorFreeFunction free;215 GstIterator *pushed; /* pushed iterator */217 GType type;218 GMutex *lock;219 guint32 cookie; /* cookie of the iterator */[all …]