mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
element: fix pad transfer annotation from none to full
since the pad will be unreffed.
This commit is contained in:
parent
7b6ebd4b5b
commit
c65eebe28c
1 changed files with 1 additions and 1 deletions
|
@ -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().
|
||||
|
|
Loading…
Reference in a new issue