element: fix pad transfer annotation from none to full
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 14 Jun 2012 13:05:15 +0000 (14:05 +0100)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 14 Jun 2012 13:06:12 +0000 (14:06 +0100)
since the pad will be unreffed.

gst/gstelement.c

index 38f0ee4..0d1cfe7 100644 (file)
@@ -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().