From c65eebe28cb8d397c8cd3d2a7218221d25b9c4b2 Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Thu, 14 Jun 2012 14:05:15 +0100 Subject: [PATCH] element: fix pad transfer annotation from none to full since the pad will be unreffed. --- gst/gstelement.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstelement.c b/gst/gstelement.c index 38f0ee49a5..0d1cfe7d26 100644 --- a/gst/gstelement.c +++ b/gst/gstelement.c @@ -725,7 +725,7 @@ no_direction: /** * gst_element_remove_pad: * @element: a #GstElement to remove pad from. - * @pad: (transfer none): the #GstPad to remove from the element. + * @pad: (transfer full): the #GstPad to remove from the element. * * Removes @pad from @element. @pad will be destroyed if it has not been * referenced elsewhere using gst_object_unparent().