Also generate 'unintrospectable' _unref method

Otherwise we will leak all Opaque structures
This commit is contained in:
Thibault Saunier 2017-09-21 14:11:03 -03:00
parent 3f9dcf7198
commit 7fde0e8fc4
2 changed files with 5 additions and 0 deletions

View file

@ -1,4 +1,5 @@
<?xml version="1.0"?>
<metadata>
<remove-attr path="//*[local-name()='method' and @name='ref']" name="introspectable"/>
<remove-attr path="//*[local-name()='method' and @name='unref']" name="introspectable"/>
</metadata>

View file

@ -8512,6 +8512,10 @@
<parameter name="flags" type="GstLockFlags"/>
</parameters>
</method>
<method name="Unref" cname="gst_mini_object_unref">
<return-type type="void"/>
<parameters/>
</method>
<method name="Replace" cname="gst_mini_object_replace" shared="true">
<return-type type="gboolean"/>
<parameters>