Home
last modified time | relevance | path

Searched defs:_GstIterator (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstiterator.h207 struct _GstIterator { struct
209 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 …]