Skip to content

Commit

Permalink
Merge pull request #174 from gircore/linux-update-gir-files
Browse files Browse the repository at this point in the history
  • Loading branch information
badcel authored Dec 1, 2024
2 parents a04e4b3 + 9d8e16d commit dbbb431
Show file tree
Hide file tree
Showing 4 changed files with 326 additions and 326 deletions.
48 changes: 24 additions & 24 deletions linux/Gst-1.0.gir
Original file line number Diff line number Diff line change
Expand Up @@ -74260,7 +74260,7 @@ determine a order for the two provided values.</doc>
<source-position filename="gst/gstversion.h" line="51"/>
<type name="gint" c:type="gint"/>
</constant>
<constant name="VERSION_MICRO" value="7" c:type="GST_VERSION_MICRO">
<constant name="VERSION_MICRO" value="9" c:type="GST_VERSION_MICRO">
<doc xml:space="preserve"
filename="gst/gstversion.h"
line="58">The micro version of GStreamer at compile time:</doc>
Expand Down Expand Up @@ -75219,7 +75219,7 @@ you have an additional reference to it.</doc>
introspectable="0">
<doc xml:space="preserve"
filename="gst/gstutils.c"
line="4511">Calculates the linear regression of the values @xy and places the
line="4517">Calculates the linear regression of the values @xy and places the
result in @m_num, @m_denom, @b and @xbase, representing the function
y(x) = m_num/m_denom * (x - xbase) + b
that has the least-square distance from all points @x and @y.
Expand All @@ -75239,26 +75239,26 @@ amount of memory allocated as @xy, i.e. 2*n*sizeof(GstClockTime).
<return-value transfer-ownership="none">
<doc xml:space="preserve"
filename="gst/gstutils.c"
line="4539">%TRUE if the linear regression was successfully calculated</doc>
line="4545">%TRUE if the linear regression was successfully calculated</doc>
<type name="gboolean" c:type="gboolean"/>
</return-value>
<parameters>
<parameter name="xy" transfer-ownership="none">
<doc xml:space="preserve"
filename="gst/gstutils.c"
line="4513">Pairs of (x,y) values</doc>
line="4519">Pairs of (x,y) values</doc>
<type name="ClockTime" c:type="const GstClockTime*"/>
</parameter>
<parameter name="temp" transfer-ownership="none">
<doc xml:space="preserve"
filename="gst/gstutils.c"
line="4514">Temporary scratch space used by the function</doc>
line="4520">Temporary scratch space used by the function</doc>
<type name="ClockTime" c:type="GstClockTime*"/>
</parameter>
<parameter name="n" transfer-ownership="none">
<doc xml:space="preserve"
filename="gst/gstutils.c"
line="4515">number of (x,y) pairs</doc>
line="4521">number of (x,y) pairs</doc>
<type name="guint" c:type="guint"/>
</parameter>
<parameter name="m_num"
Expand All @@ -75267,7 +75267,7 @@ amount of memory allocated as @xy, i.e. 2*n*sizeof(GstClockTime).
transfer-ownership="full">
<doc xml:space="preserve"
filename="gst/gstutils.c"
line="4516">numerator of calculated slope</doc>
line="4522">numerator of calculated slope</doc>
<type name="ClockTime" c:type="GstClockTime*"/>
</parameter>
<parameter name="m_denom"
Expand All @@ -75276,7 +75276,7 @@ amount of memory allocated as @xy, i.e. 2*n*sizeof(GstClockTime).
transfer-ownership="full">
<doc xml:space="preserve"
filename="gst/gstutils.c"
line="4517">denominator of calculated slope</doc>
line="4523">denominator of calculated slope</doc>
<type name="ClockTime" c:type="GstClockTime*"/>
</parameter>
<parameter name="b"
Expand All @@ -75285,7 +75285,7 @@ amount of memory allocated as @xy, i.e. 2*n*sizeof(GstClockTime).
transfer-ownership="full">
<doc xml:space="preserve"
filename="gst/gstutils.c"
line="4518">Offset at Y-axis</doc>
line="4524">Offset at Y-axis</doc>
<type name="ClockTime" c:type="GstClockTime*"/>
</parameter>
<parameter name="xbase"
Expand All @@ -75294,7 +75294,7 @@ amount of memory allocated as @xy, i.e. 2*n*sizeof(GstClockTime).
transfer-ownership="full">
<doc xml:space="preserve"
filename="gst/gstutils.c"
line="4519">Offset at X-axis</doc>
line="4525">Offset at X-axis</doc>
<type name="ClockTime" c:type="GstClockTime*"/>
</parameter>
<parameter name="r_squared"
Expand All @@ -75303,7 +75303,7 @@ amount of memory allocated as @xy, i.e. 2*n*sizeof(GstClockTime).
transfer-ownership="full">
<doc xml:space="preserve"
filename="gst/gstutils.c"
line="4520">R-squared</doc>
line="4526">R-squared</doc>
<type name="gdouble" c:type="gdouble*"/>
</parameter>
</parameters>
Expand Down Expand Up @@ -80565,20 +80565,20 @@ This function is typically called during an element's plugin initialization.</do
version="1.18">
<doc xml:space="preserve"
filename="gst/gstutils.c"
line="4780">Checks if @type is plugin API. See gst_type_mark_as_plugin_api() for
line="4796">Checks if @type is plugin API. See gst_type_mark_as_plugin_api() for
details.</doc>
<source-position filename="gst/gstutils.h" line="1241"/>
<return-value transfer-ownership="none">
<doc xml:space="preserve"
filename="gst/gstutils.c"
line="4788">%TRUE if @type is plugin API or %FALSE otherwise.</doc>
line="4804">%TRUE if @type is plugin API or %FALSE otherwise.</doc>
<type name="gboolean" c:type="gboolean"/>
</return-value>
<parameters>
<parameter name="type" transfer-ownership="none">
<doc xml:space="preserve"
filename="gst/gstutils.c"
line="4782">a GType</doc>
line="4798">a GType</doc>
<type name="GType" c:type="GType"/>
</parameter>
<parameter name="flags"
Expand All @@ -80589,7 +80589,7 @@ details.</doc>
allow-none="1">
<doc xml:space="preserve"
filename="gst/gstutils.c"
line="4783">What #GstPluginAPIFlags the plugin was marked with</doc>
line="4799">What #GstPluginAPIFlags the plugin was marked with</doc>
<type name="PluginAPIFlags" c:type="GstPluginAPIFlags*"/>
</parameter>
</parameters>
Expand All @@ -80599,7 +80599,7 @@ details.</doc>
version="1.18">
<doc xml:space="preserve"
filename="gst/gstutils.c"
line="4754">Marks @type as plugin API. This should be called in `class_init` of
line="4770">Marks @type as plugin API. This should be called in `class_init` of
elements that expose new types (i.e. enums, flags or internal GObjects) via
properties, signals or pad templates.

Expand All @@ -80617,13 +80617,13 @@ the plugin that defines it.</doc>
<parameter name="type" transfer-ownership="none">
<doc xml:space="preserve"
filename="gst/gstutils.c"
line="4756">a GType</doc>
line="4772">a GType</doc>
<type name="GType" c:type="GType"/>
</parameter>
<parameter name="flags" transfer-ownership="none">
<doc xml:space="preserve"
filename="gst/gstutils.c"
line="4757">a set of #GstPluginAPIFlags to further inform cache generation.</doc>
line="4773">a set of #GstPluginAPIFlags to further inform cache generation.</doc>
<type name="PluginAPIFlags" c:type="GstPluginAPIFlags"/>
</parameter>
</parameters>
Expand Down Expand Up @@ -81024,19 +81024,19 @@ element or %NULL if nothing was found</doc>
version="1.24">
<doc xml:space="preserve"
filename="gst/gstutils.c"
line="4477">Return a max num of log2.</doc>
line="4483">Return a max num of log2.</doc>
<source-position filename="gst/gstutils.h" line="1244"/>
<return-value transfer-ownership="none">
<doc xml:space="preserve"
filename="gst/gstutils.c"
line="4483">a computed #guint val.</doc>
line="4489">a computed #guint val.</doc>
<type name="guint" c:type="guint"/>
</return-value>
<parameters>
<parameter name="v" transfer-ownership="none">
<doc xml:space="preserve"
filename="gst/gstutils.c"
line="4479">a #guint32 value.</doc>
line="4485">a #guint32 value.</doc>
<type name="guint32" c:type="guint32"/>
</parameter>
</parameters>
Expand Down Expand Up @@ -81127,7 +81127,7 @@ the result.</doc>
version="1.24">
<doc xml:space="preserve"
filename="gst/gstutils.c"
line="4806">Compares the given filenames using natural ordering.</doc>
line="4822">Compares the given filenames using natural ordering.</doc>
<source-position filename="gst/gstutils.h" line="1247"/>
<return-value transfer-ownership="none">
<type name="gint" c:type="gint"/>
Expand All @@ -81136,13 +81136,13 @@ the result.</doc>
<parameter name="a" transfer-ownership="none">
<doc xml:space="preserve"
filename="gst/gstutils.c"
line="4808">a filename to compare with @b</doc>
line="4824">a filename to compare with @b</doc>
<type name="filename" c:type="const gchar*"/>
</parameter>
<parameter name="b" transfer-ownership="none">
<doc xml:space="preserve"
filename="gst/gstutils.c"
line="4809">a filename to compare with @a</doc>
line="4825">a filename to compare with @a</doc>
<type name="filename" c:type="const gchar*"/>
</parameter>
</parameters>
Expand Down
Loading

0 comments on commit dbbb431

Please sign in to comment.