gir-files: Import from gstreamer-base 1.18.~2 at ee38a96c8

This commit is contained in:
Marijn Suijten 2020-12-01 19:54:01 +01:00
parent 59a4f06d17
commit 1c22ab66ee
2 changed files with 11 additions and 6 deletions

View file

@ -2771,7 +2771,7 @@ in debugging.</doc>
<type name="gint" c:type="gint"/>
</constant>
<constant name="PLUGINS_BASE_VERSION_NANO" value="0" c:type="GST_PLUGINS_BASE_VERSION_NANO">
<constant name="PLUGINS_BASE_VERSION_NANO" value="1" c:type="GST_PLUGINS_BASE_VERSION_NANO">
<doc xml:space="preserve">The nano version of GStreamer's gst-plugins-base libraries at compile time.
Actual releases have 0, GIT versions have 1, prerelease versions have 2-...</doc>

View file

@ -6383,7 +6383,8 @@ the interlacing mode.</doc>
<doc xml:space="preserve">a #GstVideoFormat</doc>
<type name="VideoFormat" c:type="GstVideoFormat"/>
</parameter>
<parameter name="mode" transfer-ownership="none">
<parameter name="interlace_mode" transfer-ownership="none">
<doc xml:space="preserve">A #GstVideoInterlaceMode</doc>
<type name="VideoInterlaceMode" c:type="GstVideoInterlaceMode"/>
</parameter>
<parameter name="width" transfer-ownership="none">
@ -10197,9 +10198,11 @@ updated, %FALSE otherwise</doc>
<doc xml:space="preserve">a #GstVideoMeta</doc>
<type name="VideoMeta" c:type="GstVideoMeta*"/>
</instance-parameter>
<parameter name="plane_height" direction="out" caller-allocates="0" transfer-ownership="full">
<parameter name="plane_height" direction="out" caller-allocates="1" transfer-ownership="none">
<doc xml:space="preserve">array used to store the plane height</doc>
<type name="guint" c:type="guint*"/>
<array zero-terminated="0" c:type="guint*" fixed-size="4">
<type name="guint" c:type="guint"/>
</array>
</parameter>
</parameters>
</method>
@ -10217,9 +10220,11 @@ updated, %FALSE otherwise</doc>
<doc xml:space="preserve">a #GstVideoMeta</doc>
<type name="VideoMeta" c:type="GstVideoMeta*"/>
</instance-parameter>
<parameter name="plane_size" direction="out" caller-allocates="0" transfer-ownership="full">
<parameter name="plane_size" direction="out" caller-allocates="1" transfer-ownership="none">
<doc xml:space="preserve">array used to store the plane sizes</doc>
<type name="gsize" c:type="gsize*"/>
<array zero-terminated="0" c:type="gsize*" fixed-size="4">
<type name="gsize" c:type="gsize"/>
</array>
</parameter>
</parameters>
</method>