forked from mirrors/gstreamer-rs
Update Gst-1.0.gir
This commit is contained in:
parent
79acf5bec5
commit
fa4cca3cb3
1 changed files with 21 additions and 6 deletions
|
@ -14151,7 +14151,10 @@ MT safe.</doc>
|
||||||
<doc xml:space="preserve">a #GstElement to set the bus of.</doc>
|
<doc xml:space="preserve">a #GstElement to set the bus of.</doc>
|
||||||
<type name="Element" c:type="GstElement*"/>
|
<type name="Element" c:type="GstElement*"/>
|
||||||
</instance-parameter>
|
</instance-parameter>
|
||||||
<parameter name="bus" transfer-ownership="none">
|
<parameter name="bus"
|
||||||
|
transfer-ownership="none"
|
||||||
|
nullable="1"
|
||||||
|
allow-none="1">
|
||||||
<doc xml:space="preserve">the #GstBus to set.</doc>
|
<doc xml:space="preserve">the #GstBus to set.</doc>
|
||||||
<type name="Bus" c:type="GstBus*"/>
|
<type name="Bus" c:type="GstBus*"/>
|
||||||
</parameter>
|
</parameter>
|
||||||
|
@ -14174,7 +14177,10 @@ MT safe.</doc>
|
||||||
<doc xml:space="preserve">a #GstElement to set the clock for.</doc>
|
<doc xml:space="preserve">a #GstElement to set the clock for.</doc>
|
||||||
<type name="Element" c:type="GstElement*"/>
|
<type name="Element" c:type="GstElement*"/>
|
||||||
</instance-parameter>
|
</instance-parameter>
|
||||||
<parameter name="clock" transfer-ownership="none">
|
<parameter name="clock"
|
||||||
|
transfer-ownership="none"
|
||||||
|
nullable="1"
|
||||||
|
allow-none="1">
|
||||||
<doc xml:space="preserve">the #GstClock to set for the element.</doc>
|
<doc xml:space="preserve">the #GstClock to set for the element.</doc>
|
||||||
<type name="Clock" c:type="GstClock*"/>
|
<type name="Clock" c:type="GstClock*"/>
|
||||||
</parameter>
|
</parameter>
|
||||||
|
@ -29136,7 +29142,9 @@ codec libraries are currently installed.</doc>
|
||||||
or %NULL. Environment variable names may be followed by a path component
|
or %NULL. Environment variable names may be followed by a path component
|
||||||
which will be added to the content of the environment variable, e.g.
|
which will be added to the content of the environment variable, e.g.
|
||||||
"HOME/.mystuff/plugins".</doc>
|
"HOME/.mystuff/plugins".</doc>
|
||||||
<type name="utf8" c:type="const gchar**"/>
|
<array c:type="gchar**">
|
||||||
|
<type name="utf8" c:type="gchar*"/>
|
||||||
|
</array>
|
||||||
</parameter>
|
</parameter>
|
||||||
<parameter name="paths"
|
<parameter name="paths"
|
||||||
transfer-ownership="none"
|
transfer-ownership="none"
|
||||||
|
@ -29144,7 +29152,9 @@ codec libraries are currently installed.</doc>
|
||||||
allow-none="1">
|
allow-none="1">
|
||||||
<doc xml:space="preserve">%NULL-terminated array of directories/paths where dependent files
|
<doc xml:space="preserve">%NULL-terminated array of directories/paths where dependent files
|
||||||
may be, or %NULL.</doc>
|
may be, or %NULL.</doc>
|
||||||
<type name="utf8" c:type="const gchar**"/>
|
<array c:type="gchar**">
|
||||||
|
<type name="utf8" c:type="gchar*"/>
|
||||||
|
</array>
|
||||||
</parameter>
|
</parameter>
|
||||||
<parameter name="names"
|
<parameter name="names"
|
||||||
transfer-ownership="none"
|
transfer-ownership="none"
|
||||||
|
@ -29154,7 +29164,9 @@ codec libraries are currently installed.</doc>
|
||||||
depending on @flags) to be used in combination with the paths from
|
depending on @flags) to be used in combination with the paths from
|
||||||
@paths and/or the paths extracted from the environment variables in
|
@paths and/or the paths extracted from the environment variables in
|
||||||
@env_vars, or %NULL.</doc>
|
@env_vars, or %NULL.</doc>
|
||||||
<type name="utf8" c:type="const gchar**"/>
|
<array c:type="gchar**">
|
||||||
|
<type name="utf8" c:type="gchar*"/>
|
||||||
|
</array>
|
||||||
</parameter>
|
</parameter>
|
||||||
<parameter name="flags" transfer-ownership="none">
|
<parameter name="flags" transfer-ownership="none">
|
||||||
<doc xml:space="preserve">optional flags, or #GST_PLUGIN_DEPENDENCY_FLAG_NONE</doc>
|
<doc xml:space="preserve">optional flags, or #GST_PLUGIN_DEPENDENCY_FLAG_NONE</doc>
|
||||||
|
@ -38005,7 +38017,10 @@ MT safe.</doc>
|
||||||
<type name="none" c:type="void"/>
|
<type name="none" c:type="void"/>
|
||||||
</return-value>
|
</return-value>
|
||||||
<parameters>
|
<parameters>
|
||||||
<parameter name="new_clock" transfer-ownership="none">
|
<parameter name="new_clock"
|
||||||
|
transfer-ownership="none"
|
||||||
|
nullable="1"
|
||||||
|
allow-none="1">
|
||||||
<doc xml:space="preserve">a #GstClock</doc>
|
<doc xml:space="preserve">a #GstClock</doc>
|
||||||
<type name="Clock" c:type="GstClock*"/>
|
<type name="Clock" c:type="GstClock*"/>
|
||||||
</parameter>
|
</parameter>
|
||||||
|
|
Loading…
Reference in a new issue