From 59bf122584a6c33db99ba4da1851aab09092d61a Mon Sep 17 00:00:00 2001 From: Peteris Krisjanis Date: Fri, 12 Aug 2011 12:45:01 +0300 Subject: [PATCH] iterator: Fix gst_iterator_next() element annotation --- gst/gstiterator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstiterator.c b/gst/gstiterator.c index 009a73e..56675b4 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. * -- 2.7.4