mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
constants: Add CLOCK_TIME_NONE
This commit is contained in:
parent
c0d824ab7b
commit
480da892fe
1 changed files with 2 additions and 0 deletions
|
@ -205,6 +205,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
|||
<attr path="//*[@type='const GList*']" name="type">GList*</attr>
|
||||
<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>
|
||||
|
||||
<!-- No way to correctly generate these without the element type -->
|
||||
<attr path="//boxed[@cname='GstMpegtsDescriptor']//method[parameters/parameter[@type='GArray***']]" name="hidden">true</attr>
|
||||
</metadata>
|
||||
|
|
Loading…
Reference in a new issue