element: fix pad transfer annotation from none to full

since the pad will be unreffed.
This commit is contained in:
Vincent Penquerc'h 2012-06-14 14:05:15 +01:00
parent 7b6ebd4b5b
commit c65eebe28c

View 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().