Home
last modified time | relevance | path

Searched refs:GstListIterator (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstiterator.c180 } GstListIterator; typedef
183 gst_list_iterator_copy (const GstListIterator * it, GstListIterator * copy) in gst_list_iterator_copy()
190 gst_list_iterator_next (GstListIterator * it, GValue * elem) in gst_list_iterator_next()
206 gst_list_iterator_resync (GstListIterator * it) in gst_list_iterator_resync()
212 gst_list_iterator_free (GstListIterator * it) in gst_list_iterator_free()
250 GstListIterator *result; in gst_iterator_new_list()
268 result = (GstListIterator *) gst_iterator_new (sizeof (GstListIterator), in gst_iterator_new_list()
/third_party/gstreamer/gstreamer/
DChangeLog93898 gst/gstiterator.c: Remove an unused field from the private GstListIterator struct.
93901 Remove an unused field from the private GstListIterator struct.