summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2012-06-14 14:05:15 +0100
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2012-06-14 14:05:15 +0100
commit321af1ccb8070e9d4718361c350a56660dab5a7c (patch)
treea36ebb945edc955a8159f0ad87f016c247e281a1
parent11c8ffb6fbd20081c49708cb41e0ec6e2ed09c27 (diff)
downloadgstreamer-321af1ccb8070e9d4718361c350a56660dab5a7c.tar.gz
element: fix pad transfer annotation from none to full
since the pad will be unreffed.
-rw-r--r--gst/gstelement.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstelement.c b/gst/gstelement.c
index 59d550db92..c03a5c9fe9 100644
--- a/gst/gstelement.c
+++ b/gst/gstelement.c
@@ -809,7 +809,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().