mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
Force type of Gst.SECOND and Gst.MSECOND
Latest bindinator doesn't seem to be able to handle GstClockTimeDiff Something to investigate later
This commit is contained in:
parent
a55090f1ed
commit
55f7297653
1 changed files with 2 additions and 0 deletions
|
@ -216,6 +216,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
|||
<attr path="//*[@type='const GSList*']" name="type">GSList*</attr>
|
||||
<attr path="//object/field[@cname='object' and @type='GstObject*']" name="hidden">true</attr>
|
||||
<attr path="//constant[@name='CLOCK_TIME_NONE']" name="ctype">guint64</attr>
|
||||
<attr path="//constant[@name='SECOND']" name="ctype">gint64</attr>
|
||||
<attr path="//constant[@name='MSECOND']" name="ctype">gint64</attr>
|
||||
<attr path="//method[parameters/parameter[contains(@type, 'Class*')]]" name="hidden">true</attr>
|
||||
<attr path="//struct[@cname='GstMapInfo']/field[@name='Data']" name="type">gpointer</attr>
|
||||
<attr path="//struct[@cname='GstMapInfo']/field[@name='Data']" name="array">false</attr>
|
||||
|
|
Loading…
Reference in a new issue