From 474610b191fe24914dc6171e1f16fbf59f84e5be Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 7 Feb 2013 13:08:49 +0100 Subject: [PATCH] element: remove old docs about iterators --- gst/gstelement.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/gst/gstelement.c b/gst/gstelement.c index d70c2f9..b570887 100644 --- a/gst/gstelement.c +++ b/gst/gstelement.c @@ -1121,8 +1121,7 @@ gst_element_iterate_pad_list (GstElement * element, GList ** padlist) * The order of pads returned by the iterator will be the order in which * the pads were added to the element. * - * Returns: (transfer full): the #GstIterator of #GstPad. Unref each pad - * after use. + * Returns: (transfer full): the #GstIterator of #GstPad. * * MT safe. */ @@ -1143,8 +1142,7 @@ gst_element_iterate_pads (GstElement * element) * The order of pads returned by the iterator will be the order in which * the pads were added to the element. * - * Returns: (transfer full): the #GstIterator of #GstPad. Unref each pad - * after use. + * Returns: (transfer full): the #GstIterator of #GstPad. * * MT safe. */ @@ -1165,8 +1163,7 @@ gst_element_iterate_src_pads (GstElement * element) * The order of pads returned by the iterator will be the order in which * the pads were added to the element. * - * Returns: (transfer full): the #GstIterator of #GstPad. Unref each pad - * after use. + * Returns: (transfer full): the #GstIterator of #GstPad. * * MT safe. */ -- 2.7.4