Update GstAudio-1.0.gir with fixed types of Pack/Unpack function

See https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/merge_requests/4
This commit is contained in:
Sebastian Dröge 2018-11-05 11:05:49 +02:00
parent 6b197df98c
commit e254bdd33d
2 changed files with 7 additions and 4 deletions

View file

@ -5714,7 +5714,7 @@ and will be packed into @data.</doc>
</parameter>
<parameter name="src" transfer-ownership="none">
<doc xml:space="preserve">a source array</doc>
<array zero-terminated="0" c:type="const gpointer">
<array zero-terminated="0" c:type="gconstpointer">
<type name="guint8"/>
</array>
</parameter>
@ -5755,7 +5755,7 @@ channels * size(unpack_format) bytes.</doc>
</parameter>
<parameter name="data" transfer-ownership="none">
<doc xml:space="preserve">pointer to the audio data</doc>
<array zero-terminated="0" c:type="const gpointer">
<array zero-terminated="0" c:type="gconstpointer">
<type name="guint8"/>
</array>
</parameter>

View file

@ -1684,8 +1684,11 @@ information like name, description, format and preset.</doc>
<doc xml:space="preserve">The name of the target</doc>
<type name="utf8" c:type="const gchar*"/>
</parameter>
<parameter name="profilename" transfer-ownership="none">
<doc xml:space="preserve">(allow-none): The name of the profile, if %NULL
<parameter name="profilename"
transfer-ownership="none"
nullable="1"
allow-none="1">
<doc xml:space="preserve">The name of the profile, if %NULL
provided, it will default to the encoding profile called `default`.</doc>
<type name="utf8" c:type="const gchar*"/>
</parameter>