summaryrefslogtreecommitdiff
path: root/gst/gstiterator.c
diff options
context:
space:
mode:
authorPeteris Krisjanis <pecisk@gmail.com>2011-08-12 12:45:01 +0300
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-08-12 11:48:49 +0200
commit59bf122584a6c33db99ba4da1851aab09092d61a (patch)
tree5debb1beecb5ac4fdcc11f002220d9421bc3a231 /gst/gstiterator.c
parentbdc1710be5348b1275f0e301bf2495403b330ab0 (diff)
downloadgstreamer-59bf122584a6c33db99ba4da1851aab09092d61a.tar.gz
iterator: Fix gst_iterator_next() element annotation
Diffstat (limited to 'gst/gstiterator.c')
-rw-r--r--gst/gstiterator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstiterator.c b/gst/gstiterator.c
index 009a73eb81..56675b4fd3 100644
--- a/gst/gstiterator.c
+++ b/gst/gstiterator.c
@@ -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.
*