mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-26 03:21:03 +00:00
Fix ownership transfer of the pad in gir-files in gst_pad_remove()
This commit is contained in:
parent
c965422410
commit
03fed8131d
1 changed files with 1 additions and 1 deletions
|
@ -13945,7 +13945,7 @@ MT safe.</doc>
|
|||
<doc xml:space="preserve">a #GstElement to remove pad from.</doc>
|
||||
<type name="Element" c:type="GstElement*"/>
|
||||
</instance-parameter>
|
||||
<parameter name="pad" transfer-ownership="full">
|
||||
<parameter name="pad" transfer-ownership="none">
|
||||
<doc xml:space="preserve">the #GstPad to remove from the element.</doc>
|
||||
<type name="Pad" c:type="GstPad*"/>
|
||||
</parameter>
|
||||
|
|
Loading…
Reference in a new issue