forked from mirrors/gstreamer-rs
Update gir-files with gstreamer 1.14.0
This commit is contained in:
parent
cd56d60352
commit
185fdd0226
2 changed files with 4 additions and 4 deletions
|
@ -44717,11 +44717,11 @@ determine a order for the two provided values.</doc>
|
||||||
<doc xml:space="preserve">The major version of GStreamer at compile time:</doc>
|
<doc xml:space="preserve">The major version of GStreamer at compile time:</doc>
|
||||||
<type name="gint" c:type="gint"/>
|
<type name="gint" c:type="gint"/>
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="VERSION_MICRO" value="91" c:type="GST_VERSION_MICRO">
|
<constant name="VERSION_MICRO" value="0" c:type="GST_VERSION_MICRO">
|
||||||
<doc xml:space="preserve">The micro version of GStreamer at compile time:</doc>
|
<doc xml:space="preserve">The micro version of GStreamer at compile time:</doc>
|
||||||
<type name="gint" c:type="gint"/>
|
<type name="gint" c:type="gint"/>
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="VERSION_MINOR" value="13" c:type="GST_VERSION_MINOR">
|
<constant name="VERSION_MINOR" value="14" c:type="GST_VERSION_MINOR">
|
||||||
<doc xml:space="preserve">The minor version of GStreamer at compile time:</doc>
|
<doc xml:space="preserve">The minor version of GStreamer at compile time:</doc>
|
||||||
<type name="gint" c:type="gint"/>
|
<type name="gint" c:type="gint"/>
|
||||||
</constant>
|
</constant>
|
||||||
|
|
|
@ -2744,13 +2744,13 @@ in debugging.</doc>
|
||||||
<type name="gint" c:type="gint"/>
|
<type name="gint" c:type="gint"/>
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="PLUGINS_BASE_VERSION_MICRO"
|
<constant name="PLUGINS_BASE_VERSION_MICRO"
|
||||||
value="91"
|
value="0"
|
||||||
c:type="GST_PLUGINS_BASE_VERSION_MICRO">
|
c:type="GST_PLUGINS_BASE_VERSION_MICRO">
|
||||||
<doc xml:space="preserve">The micro version of GStreamer's gst-plugins-base libraries at compile time.</doc>
|
<doc xml:space="preserve">The micro version of GStreamer's gst-plugins-base libraries at compile time.</doc>
|
||||||
<type name="gint" c:type="gint"/>
|
<type name="gint" c:type="gint"/>
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="PLUGINS_BASE_VERSION_MINOR"
|
<constant name="PLUGINS_BASE_VERSION_MINOR"
|
||||||
value="13"
|
value="14"
|
||||||
c:type="GST_PLUGINS_BASE_VERSION_MINOR">
|
c:type="GST_PLUGINS_BASE_VERSION_MINOR">
|
||||||
<doc xml:space="preserve">The minor version of GStreamer's gst-plugins-base libraries at compile time.</doc>
|
<doc xml:space="preserve">The minor version of GStreamer's gst-plugins-base libraries at compile time.</doc>
|
||||||
<type name="gint" c:type="gint"/>
|
<type name="gint" c:type="gint"/>
|
||||||
|
|
Loading…
Reference in a new issue