iterator: Fix gst_iterator_next() element annotation
authorPeteris Krisjanis <pecisk@gmail.com>
Fri, 12 Aug 2011 09:45:01 +0000 (12:45 +0300)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 12 Aug 2011 09:48:49 +0000 (11:48 +0200)
gst/gstiterator.c

index 009a73e..56675b4 100644 (file)
@@ -298,7 +298,7 @@ gst_iterator_pop (GstIterator * it)
 /**
  * gst_iterator_next:
  * @it: The #GstIterator to iterate
- * @elem: pointer to hold next element
+ * @elem: (out caller-allocates): pointer to hold next element
  *
  * Get the next item from the iterator in @elem. 
  *