Fix ownership transfer of the pad in gir-files in gst_pad_remove()

This commit is contained in:
Sebastian Dröge 2017-12-04 18:12:30 +02:00
parent c965422410
commit 03fed8131d

View file

@ -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>