mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
all: Fix closure annotations
This was misused almost everywhere. See https://gi.readthedocs.io/en/latest/annotations/giannotations.html#support-for-gobject-closures and: https://www.bassi.io/articles/2023/02/20/bindable-api-2023/ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7725>
This commit is contained in:
parent
f3e707c71c
commit
38c07a2d01
34 changed files with 149 additions and 143 deletions
|
@ -1096,16 +1096,16 @@ Note that @effect must not be part of a clip, nor can it have
|
|||
<doc xml:space="preserve" filename="../subprojects/gst-editing-services/ges/ges-base-effect.c">A #GESBaseEffect</doc>
|
||||
<type name="BaseEffect" c:type="GESBaseEffect*"/>
|
||||
</instance-parameter>
|
||||
<parameter name="source_to_sink_func" transfer-ownership="none" nullable="1" allow-none="1" scope="notified">
|
||||
<doc xml:space="preserve" filename="../subprojects/gst-editing-services/ges/ges-base-effect.c">The function to use
|
||||
for querying how a time is translated from the source coordinates to
|
||||
the sink coordinates of @effect</doc>
|
||||
<parameter name="source_to_sink_func" transfer-ownership="none" nullable="1" allow-none="1" scope="notified" closure="2">
|
||||
<doc xml:space="preserve" filename="../subprojects/gst-editing-services/ges/ges-base-effect.c">The
|
||||
function to use for querying how a time is translated from the source
|
||||
coordinates to the sink coordinates of @effect</doc>
|
||||
<type name="BaseEffectTimeTranslationFunc" c:type="GESBaseEffectTimeTranslationFunc"/>
|
||||
</parameter>
|
||||
<parameter name="sink_to_source_func" transfer-ownership="none" nullable="1" allow-none="1" scope="notified" closure="2" destroy="3">
|
||||
<doc xml:space="preserve" filename="../subprojects/gst-editing-services/ges/ges-base-effect.c">The function to use
|
||||
for querying how a time is translated from the sink coordinates to the
|
||||
source coordinates of @effect</doc>
|
||||
<doc xml:space="preserve" filename="../subprojects/gst-editing-services/ges/ges-base-effect.c">The
|
||||
function to use for querying how a time is translated from the sink
|
||||
coordinates to the source coordinates of @effect</doc>
|
||||
<type name="BaseEffectTimeTranslationFunc" c:type="GESBaseEffectTimeTranslationFunc"/>
|
||||
</parameter>
|
||||
<parameter name="user_data" transfer-ownership="none" nullable="1" allow-none="1" scope="notified">
|
||||
|
@ -5575,8 +5575,8 @@ fields.</doc>
|
|||
<type name="MetaContainer" c:type="GESMetaContainer*"/>
|
||||
</instance-parameter>
|
||||
<parameter name="func" transfer-ownership="none" scope="call" closure="1">
|
||||
<doc xml:space="preserve" filename="../subprojects/gst-editing-services/ges/ges-meta-container.c">A function to call on each of @container's set
|
||||
metadata fields</doc>
|
||||
<doc xml:space="preserve" filename="../subprojects/gst-editing-services/ges/ges-meta-container.c">A function to call on each of
|
||||
@container's set metadata fields</doc>
|
||||
<type name="MetaForeachFunc" c:type="GESMetaForeachFunc"/>
|
||||
</parameter>
|
||||
<parameter name="user_data" transfer-ownership="none" nullable="1" allow-none="1">
|
||||
|
|
|
@ -22041,11 +22041,11 @@ MT safe.</doc>
|
|||
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstiterator.c">The #GstIterator to filter</doc>
|
||||
<type name="Iterator" c:type="GstIterator*"/>
|
||||
</instance-parameter>
|
||||
<parameter name="func" transfer-ownership="none" scope="call">
|
||||
<parameter name="func" transfer-ownership="none" scope="call" closure="1">
|
||||
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstiterator.c">the compare function to select elements</doc>
|
||||
<type name="GLib.CompareFunc" c:type="GCompareFunc"/>
|
||||
</parameter>
|
||||
<parameter name="user_data" transfer-ownership="none">
|
||||
<parameter name="user_data" transfer-ownership="none" nullable="1" allow-none="1">
|
||||
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstiterator.c">user data passed to the compare function</doc>
|
||||
<type name="GObject.Value" c:type="const GValue*"/>
|
||||
</parameter>
|
||||
|
@ -30065,8 +30065,8 @@ MT safe.</doc>
|
|||
<type name="PadProbeType" c:type="GstPadProbeType"/>
|
||||
</parameter>
|
||||
<parameter name="callback" transfer-ownership="none" scope="notified" closure="2" destroy="3">
|
||||
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstpad.c">#GstPadProbeCallback that will be called with notifications of
|
||||
the pad state</doc>
|
||||
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstpad.c">#GstPadProbeCallback that will be called with
|
||||
notifications of the pad state</doc>
|
||||
<type name="PadProbeCallback" c:type="GstPadProbeCallback"/>
|
||||
</parameter>
|
||||
<parameter name="user_data" transfer-ownership="none" nullable="1" allow-none="1">
|
||||
|
@ -31930,8 +31930,8 @@ event. If @foreach_func returns %FALSE the iteration is immediately stopped.</do
|
|||
<type name="Pad" c:type="GstPad*"/>
|
||||
</instance-parameter>
|
||||
<parameter name="foreach_func" transfer-ownership="none" scope="call" closure="1">
|
||||
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstpad.c">the #GstPadStickyEventsForeachFunction that
|
||||
should be called for every event.</doc>
|
||||
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstpad.c">the
|
||||
#GstPadStickyEventsForeachFunction that should be called for every event.</doc>
|
||||
<type name="PadStickyEventsForeachFunction" c:type="GstPadStickyEventsForeachFunction"/>
|
||||
</parameter>
|
||||
<parameter name="user_data" transfer-ownership="none" nullable="1" allow-none="1">
|
||||
|
@ -56601,7 +56601,8 @@ element or %NULL if nothing was found</doc>
|
|||
<type name="gsize" c:type="gsize"/>
|
||||
</parameter>
|
||||
<parameter name="search_func" transfer-ownership="none" scope="call" closure="6">
|
||||
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstutils.c">function to compare two elements, @search_data will always be passed as second argument</doc>
|
||||
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstutils.c">function to compare two
|
||||
elements, @search_data will always be passed as second argument</doc>
|
||||
<type name="GLib.CompareDataFunc" c:type="GCompareDataFunc"/>
|
||||
</parameter>
|
||||
<parameter name="mode" transfer-ownership="none">
|
||||
|
|
|
@ -3206,7 +3206,7 @@ second argument is @data.</doc>
|
|||
<doc xml:space="preserve" filename="../subprojects/gst-plugins-base/gst-libs/gst/gl/gstgldisplay.c">some data to pass to @compare_func</doc>
|
||||
<type name="gpointer" c:type="gpointer"/>
|
||||
</parameter>
|
||||
<parameter name="compare_func" transfer-ownership="none" scope="call">
|
||||
<parameter name="compare_func" transfer-ownership="none" scope="call" closure="0">
|
||||
<doc xml:space="preserve" filename="../subprojects/gst-plugins-base/gst-libs/gst/gl/gstgldisplay.c">a comparison function to run</doc>
|
||||
<type name="GLib.CompareFunc" c:type="GCompareFunc"/>
|
||||
</parameter>
|
||||
|
@ -3335,7 +3335,7 @@ second argument is @data.</doc>
|
|||
<doc xml:space="preserve" filename="../subprojects/gst-plugins-base/gst-libs/gst/gl/gstgldisplay.c">some data to pass to @compare_func</doc>
|
||||
<type name="gpointer" c:type="gpointer"/>
|
||||
</parameter>
|
||||
<parameter name="compare_func" transfer-ownership="none" scope="call">
|
||||
<parameter name="compare_func" transfer-ownership="none" scope="call" closure="0">
|
||||
<doc xml:space="preserve" filename="../subprojects/gst-plugins-base/gst-libs/gst/gl/gstgldisplay.c">a comparison function to run</doc>
|
||||
<type name="GLib.CompareFunc" c:type="GCompareFunc"/>
|
||||
</parameter>
|
||||
|
|
|
@ -4506,7 +4506,8 @@ installed but no suitable video decoder and no suitable audio decoder).</doc>
|
|||
<type name="InstallPluginsContext" c:type="GstInstallPluginsContext*"/>
|
||||
</parameter>
|
||||
<parameter name="func" transfer-ownership="none" scope="async" closure="3">
|
||||
<doc xml:space="preserve" filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/install-plugins.c">the function to call when the installer program returns</doc>
|
||||
<doc xml:space="preserve" filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/install-plugins.c">the function to call when the
|
||||
installer program returns</doc>
|
||||
<type name="InstallPluginsResultFunc" c:type="GstInstallPluginsResultFunc"/>
|
||||
</parameter>
|
||||
<parameter name="user_data" transfer-ownership="none" nullable="1" allow-none="1">
|
||||
|
|
|
@ -10927,7 +10927,7 @@ to a client. This is usually used when sending RTP/RTCP over TCP.</doc>
|
|||
<doc xml:space="preserve" filename="../subprojects/gst-rtsp-server/gst/rtsp-server/rtsp-stream-transport.c">a #GstRTSPStreamTransport</doc>
|
||||
<type name="RTSPStreamTransport" c:type="GstRTSPStreamTransport*"/>
|
||||
</instance-parameter>
|
||||
<parameter name="send_rtp" transfer-ownership="none" scope="notified">
|
||||
<parameter name="send_rtp" transfer-ownership="none" scope="notified" closure="2">
|
||||
<doc xml:space="preserve" filename="../subprojects/gst-rtsp-server/gst/rtsp-server/rtsp-stream-transport.c">a callback called when RTP should be sent</doc>
|
||||
<type name="RTSPSendFunc" c:type="GstRTSPSendFunc"/>
|
||||
</parameter>
|
||||
|
@ -10983,7 +10983,7 @@ to a client. This is usually used when sending RTP/RTCP over TCP.</doc>
|
|||
<doc xml:space="preserve" filename="../subprojects/gst-rtsp-server/gst/rtsp-server/rtsp-stream-transport.c">a #GstRTSPStreamTransport</doc>
|
||||
<type name="RTSPStreamTransport" c:type="GstRTSPStreamTransport*"/>
|
||||
</instance-parameter>
|
||||
<parameter name="send_rtp_list" transfer-ownership="none" scope="notified">
|
||||
<parameter name="send_rtp_list" transfer-ownership="none" scope="notified" closure="2">
|
||||
<doc xml:space="preserve" filename="../subprojects/gst-rtsp-server/gst/rtsp-server/rtsp-stream-transport.c">a callback called when RTP should be sent</doc>
|
||||
<type name="RTSPSendListFunc" c:type="GstRTSPSendListFunc"/>
|
||||
</parameter>
|
||||
|
|
|
@ -1732,11 +1732,12 @@ only have an effect before the call to gst_vulkan_device_open().</doc>
|
|||
<doc xml:space="preserve" filename="../subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkdevice.c">a #GstVulkanDevice</doc>
|
||||
<type name="VulkanDevice" c:type="GstVulkanDevice*"/>
|
||||
</instance-parameter>
|
||||
<parameter name="func" transfer-ownership="none" nullable="1" allow-none="1" scope="call" closure="1">
|
||||
<doc xml:space="preserve" filename="../subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkdevice.c">a #GstVulkanDeviceForEachQueueFunc to run for each #GstVulkanQueue</doc>
|
||||
<parameter name="func" transfer-ownership="none" scope="call" closure="1">
|
||||
<doc xml:space="preserve" filename="../subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkdevice.c">a #GstVulkanDeviceForEachQueueFunc
|
||||
to run for each #GstVulkanQueue</doc>
|
||||
<type name="VulkanDeviceForEachQueueFunc" c:type="GstVulkanDeviceForEachQueueFunc"/>
|
||||
</parameter>
|
||||
<parameter name="user_data" transfer-ownership="none" nullable="1" allow-none="1" closure="0">
|
||||
<parameter name="user_data" transfer-ownership="none" nullable="1" allow-none="1">
|
||||
<doc xml:space="preserve" filename="../subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkdevice.c">user data to pass to each call of @func</doc>
|
||||
<type name="gpointer" c:type="gpointer"/>
|
||||
</parameter>
|
||||
|
@ -2106,7 +2107,7 @@ second argument is @data.</doc>
|
|||
<doc xml:space="preserve" filename="../subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkdisplay.c">some data to pass to @compare_func</doc>
|
||||
<type name="gpointer" c:type="gpointer"/>
|
||||
</parameter>
|
||||
<parameter name="compare_func" transfer-ownership="none" scope="call">
|
||||
<parameter name="compare_func" transfer-ownership="none" scope="call" closure="0">
|
||||
<doc xml:space="preserve" filename="../subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkdisplay.c">a comparison function to run</doc>
|
||||
<type name="GLib.CompareFunc" c:type="GCompareFunc"/>
|
||||
</parameter>
|
||||
|
@ -5546,11 +5547,11 @@ to call when @fence is signalled.</doc>
|
|||
<doc xml:space="preserve" filename="../subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvktrash.c">a #GstVulkanFence</doc>
|
||||
<type name="VulkanFence" c:type="GstVulkanFence*"/>
|
||||
</parameter>
|
||||
<parameter name="notify" transfer-ownership="none" nullable="1" allow-none="1" scope="async" closure="2">
|
||||
<parameter name="notify" transfer-ownership="none" scope="async" closure="2">
|
||||
<doc xml:space="preserve" filename="../subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvktrash.c">a #GstVulkanTrashNotify</doc>
|
||||
<type name="VulkanTrashNotify" c:type="GstVulkanTrashNotify"/>
|
||||
</parameter>
|
||||
<parameter name="user_data" transfer-ownership="none" nullable="1" allow-none="1" closure="1">
|
||||
<parameter name="user_data" transfer-ownership="none" nullable="1" allow-none="1">
|
||||
<doc xml:space="preserve" filename="../subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvktrash.c">user data for @notify</doc>
|
||||
<type name="gpointer" c:type="gpointer"/>
|
||||
</parameter>
|
||||
|
|
|
@ -257,13 +257,13 @@ ges_base_effect_register_time_property (GESBaseEffect * effect,
|
|||
/**
|
||||
* ges_base_effect_set_time_translation_funcs:
|
||||
* @effect: A #GESBaseEffect
|
||||
* @source_to_sink_func: (nullable) (scope notified): The function to use
|
||||
* for querying how a time is translated from the source coordinates to
|
||||
* the sink coordinates of @effect
|
||||
* @sink_to_source_func: (nullable) (scope notified): The function to use
|
||||
* for querying how a time is translated from the sink coordinates to the
|
||||
* source coordinates of @effect
|
||||
* @user_data: (closure): Data to pass to both @source_to_sink_func and
|
||||
* @source_to_sink_func: (nullable) (scope notified) (closure user_data): The
|
||||
* function to use for querying how a time is translated from the source
|
||||
* coordinates to the sink coordinates of @effect
|
||||
* @sink_to_source_func: (nullable) (scope notified) (closure user_data): The
|
||||
* function to use for querying how a time is translated from the sink
|
||||
* coordinates to the source coordinates of @effect
|
||||
* @user_data: Data to pass to both @source_to_sink_func and
|
||||
* @sink_to_source_func
|
||||
* @destroy: (destroy user_data) (nullable): Method to call to destroy
|
||||
* @user_data, or %NULL
|
||||
|
|
|
@ -174,9 +174,9 @@ _append_foreach (const GstIdStr * fieldname, const GValue * value,
|
|||
/**
|
||||
* ges_meta_container_foreach:
|
||||
* @container: A #GESMetaContainer
|
||||
* @func: (scope call): A function to call on each of @container's set
|
||||
* metadata fields
|
||||
* @user_data: (closure): User data to send to @func
|
||||
* @func: (scope call) (closure user_data): A function to call on each of
|
||||
* @container's set metadata fields
|
||||
* @user_data: User data to send to @func
|
||||
*
|
||||
* Calls the given function on each of the meta container's set metadata
|
||||
* fields.
|
||||
|
|
|
@ -545,8 +545,9 @@ gst_vulkan_device_get_queue (GstVulkanDevice * device, guint32 queue_family,
|
|||
/**
|
||||
* gst_vulkan_device_foreach_queue:
|
||||
* @device: a #GstVulkanDevice
|
||||
* @func: (scope call): a #GstVulkanDeviceForEachQueueFunc to run for each #GstVulkanQueue
|
||||
* @user_data: (closure func): user data to pass to each call of @func
|
||||
* @func: (scope call) (closure user_data): a #GstVulkanDeviceForEachQueueFunc
|
||||
* to run for each #GstVulkanQueue
|
||||
* @user_data: user data to pass to each call of @func
|
||||
*
|
||||
* Iterate over each queue family available on #GstVulkanDevice
|
||||
*
|
||||
|
|
|
@ -394,8 +394,8 @@ window_weak_list_to_strong (GstVulkanDisplay * display)
|
|||
/**
|
||||
* gst_vulkan_display_find_window:
|
||||
* @display: a #GstVulkanDisplay
|
||||
* @data: (closure): some data to pass to @compare_func
|
||||
* @compare_func: (scope call): a comparison function to run
|
||||
* @data: some data to pass to @compare_func
|
||||
* @compare_func: (scope call) (closure data): a comparison function to run
|
||||
*
|
||||
* Execute @compare_func over the list of windows stored by @display. The
|
||||
* first argument to @compare_func is the #GstVulkanWindow being checked and the
|
||||
|
|
|
@ -118,8 +118,8 @@ gst_vulkan_trash_init (GstVulkanTrash * trash, GstVulkanFence * fence,
|
|||
/**
|
||||
* gst_vulkan_trash_new:
|
||||
* @fence: a #GstVulkanFence
|
||||
* @notify: (scope async): a #GstVulkanTrashNotify
|
||||
* @user_data: (closure notify): user data for @notify
|
||||
* @notify: (scope async) (closure user_data): a #GstVulkanTrashNotify
|
||||
* @user_data: user data for @notify
|
||||
*
|
||||
* Create and return a new #GstVulkanTrash object that will stores a callback
|
||||
* to call when @fence is signalled.
|
||||
|
|
|
@ -1643,8 +1643,8 @@ _gst_gl_context_thread_run_generic (RunGenericData * data)
|
|||
/**
|
||||
* gst_gl_context_thread_add:
|
||||
* @context: a #GstGLContext
|
||||
* @func: (scope call): a #GstGLContextThreadFunc
|
||||
* @data: (closure): user data to call @func with
|
||||
* @func: (scope call) (closure data): a #GstGLContextThreadFunc
|
||||
* @data: user data to call @func with
|
||||
*
|
||||
* Execute @func in the OpenGL thread of @context with @data
|
||||
*
|
||||
|
|
|
@ -740,8 +740,8 @@ gst_gl_display_remove_window (GstGLDisplay * display, GstGLWindow * window)
|
|||
/**
|
||||
* gst_gl_display_find_window:
|
||||
* @display: a #GstGLDisplay
|
||||
* @data: (closure): some data to pass to @compare_func
|
||||
* @compare_func: (scope call): a comparison function to run
|
||||
* @data: some data to pass to @compare_func
|
||||
* @compare_func: (scope call) (closure data): a comparison function to run
|
||||
*
|
||||
* Execute @compare_func over the list of windows stored by @display. The
|
||||
* first argument to @compare_func is the #GstGLWindow being checked and the
|
||||
|
@ -770,8 +770,8 @@ gst_gl_display_find_window (GstGLDisplay * display, gpointer data,
|
|||
/**
|
||||
* gst_gl_display_retrieve_window:
|
||||
* @display: a #GstGLDisplay
|
||||
* @data: (closure): some data to pass to @compare_func
|
||||
* @compare_func: (scope call): a comparison function to run
|
||||
* @data: some data to pass to @compare_func
|
||||
* @compare_func: (scope call) (closure data): a comparison function to run
|
||||
*
|
||||
* Execute @compare_func over the list of windows stored by @display. The
|
||||
* first argument to @compare_func is the #GstGLWindow being checked and the
|
||||
|
|
|
@ -669,8 +669,8 @@ gst_gl_window_default_send_message (GstGLWindow * window,
|
|||
/**
|
||||
* gst_gl_window_send_message:
|
||||
* @window: a #GstGLWindow
|
||||
* @callback: (scope async): function to invoke
|
||||
* @data: (closure): data to invoke @callback with
|
||||
* @callback: (scope async) (closure data): function to invoke
|
||||
* @data: data to invoke @callback with
|
||||
*
|
||||
* Invoke @callback with data on the window thread. @callback is guaranteed to
|
||||
* have executed when this function returns.
|
||||
|
@ -759,8 +759,8 @@ gst_gl_window_has_output_surface (GstGLWindow * window)
|
|||
/**
|
||||
* gst_gl_window_send_message_async:
|
||||
* @window: a #GstGLWindow
|
||||
* @callback: (scope async): function to invoke
|
||||
* @data: (closure): data to invoke @callback with
|
||||
* @callback: (scope async) (closure data): function to invoke
|
||||
* @data: data to invoke @callback with
|
||||
* @destroy: called when @data is not needed anymore
|
||||
*
|
||||
* Invoke @callback with @data on the window thread. The callback may not
|
||||
|
@ -785,8 +785,8 @@ gst_gl_window_send_message_async (GstGLWindow * window, GstGLWindowCB callback,
|
|||
/**
|
||||
* gst_gl_window_set_draw_callback:
|
||||
* @window: a #GstGLWindow
|
||||
* @callback: (scope notified): function to invoke
|
||||
* @data: (closure): data to invoke @callback with
|
||||
* @callback: (scope notified) (closure data): function to invoke
|
||||
* @data: data to invoke @callback with
|
||||
* @destroy_notify: called when @data is not needed any more
|
||||
*
|
||||
* Sets the draw callback called every time gst_gl_window_draw() is called
|
||||
|
@ -814,8 +814,8 @@ gst_gl_window_set_draw_callback (GstGLWindow * window, GstGLWindowCB callback,
|
|||
/**
|
||||
* gst_gl_window_set_resize_callback:
|
||||
* @window: a #GstGLWindow
|
||||
* @callback: (scope notified): function to invoke
|
||||
* @data: (closure): data to invoke @callback with
|
||||
* @callback: (scope notified) (closure data): function to invoke
|
||||
* @data: data to invoke @callback with
|
||||
* @destroy_notify: called when @data is not needed any more
|
||||
*
|
||||
* Sets the resize callback called every time a resize of the window occurs.
|
||||
|
@ -843,8 +843,8 @@ gst_gl_window_set_resize_callback (GstGLWindow * window,
|
|||
/**
|
||||
* gst_gl_window_set_close_callback:
|
||||
* @window: a #GstGLWindow
|
||||
* @callback: (scope notified): function to invoke
|
||||
* @data: (closure): data to invoke @callback with
|
||||
* @callback: (scope notified) (closure data): function to invoke
|
||||
* @data: data to invoke @callback with
|
||||
* @destroy_notify: called when @data is not needed any more
|
||||
*
|
||||
* Sets the callback called when the window is about to close.
|
||||
|
|
|
@ -633,8 +633,9 @@ gst_install_plugins_installer_exited (GPid pid, gint status, gpointer data)
|
|||
* @details: (array zero-terminated=1) (transfer none): NULL-terminated array
|
||||
* of installer string details (see below)
|
||||
* @ctx: (allow-none): a #GstInstallPluginsContext, or NULL
|
||||
* @func: (scope async): the function to call when the installer program returns
|
||||
* @user_data: (closure): the user data to pass to @func when called, or NULL
|
||||
* @func: (scope async) (closure user_data): the function to call when the
|
||||
* installer program returns
|
||||
* @user_data: the user data to pass to @func when called, or NULL
|
||||
*
|
||||
* Requests plugin installation without blocking. Once the plugins have been
|
||||
* installed or installation has failed, @func will be called with the result
|
||||
|
|
|
@ -4728,8 +4728,8 @@ gst_rtsp_client_get_connection (GstRTSPClient * client)
|
|||
/**
|
||||
* gst_rtsp_client_set_send_func:
|
||||
* @client: a #GstRTSPClient
|
||||
* @func: (scope notified): a #GstRTSPClientSendFunc
|
||||
* @user_data: (closure): user data passed to @func
|
||||
* @func: (scope notified) (closure user_data): a #GstRTSPClientSendFunc
|
||||
* @user_data: user data passed to @func
|
||||
* @notify: (allow-none): called when @user_data is no longer in use
|
||||
*
|
||||
* Set @func as the callback that will be called when a new message needs to be
|
||||
|
@ -4770,8 +4770,8 @@ gst_rtsp_client_set_send_func (GstRTSPClient * client,
|
|||
/**
|
||||
* gst_rtsp_client_set_send_messages_func:
|
||||
* @client: a #GstRTSPClient
|
||||
* @func: (scope notified): a #GstRTSPClientSendMessagesFunc
|
||||
* @user_data: (closure): user data passed to @func
|
||||
* @func: (scope notified) (closure user_data): a #GstRTSPClientSendMessagesFunc
|
||||
* @user_data: user data passed to @func
|
||||
* @notify: (allow-none): called when @user_data is no longer in use
|
||||
*
|
||||
* Set @func as the callback that will be called when new messages needs to be
|
||||
|
|
|
@ -539,8 +539,8 @@ gst_rtsp_session_pool_cleanup (GstRTSPSessionPool * pool)
|
|||
/**
|
||||
* gst_rtsp_session_pool_filter:
|
||||
* @pool: a #GstRTSPSessionPool
|
||||
* @func: (scope call) (allow-none): a callback
|
||||
* @user_data: (closure): user data passed to @func
|
||||
* @func: (scope call) (allow-none) (closure user_data): a callback
|
||||
* @user_data: user data passed to @func
|
||||
*
|
||||
* Call @func for each session in @pool. The result value of @func determines
|
||||
* what happens to the session. @func will be called with the session pool
|
||||
|
|
|
@ -425,8 +425,8 @@ gst_rtsp_session_dup_media (GstRTSPSession * sess, const gchar * path,
|
|||
/**
|
||||
* gst_rtsp_session_filter:
|
||||
* @sess: a #GstRTSPSession
|
||||
* @func: (scope call) (allow-none): a callback
|
||||
* @user_data: (closure): user data passed to @func
|
||||
* @func: (scope call) (allow-none) (closure user_data): a callback
|
||||
* @user_data: user data passed to @func
|
||||
*
|
||||
* Call @func for each media in @sess. The result value of @func determines
|
||||
* what happens to the media. @func will be called with @sess
|
||||
|
|
|
@ -225,9 +225,9 @@ gst_rtsp_stream_transport_get_stream (GstRTSPStreamTransport * trans)
|
|||
/**
|
||||
* gst_rtsp_stream_transport_set_callbacks:
|
||||
* @trans: a #GstRTSPStreamTransport
|
||||
* @send_rtp: (scope notified): a callback called when RTP should be sent
|
||||
* @send_rtcp: (scope notified): a callback called when RTCP should be sent
|
||||
* @user_data: (closure): user data passed to callbacks
|
||||
* @send_rtp: (scope notified) (closure user_data): a callback called when RTP should be sent
|
||||
* @send_rtcp: (scope notified) (closure user_data): a callback called when RTCP should be sent
|
||||
* @user_data: user data passed to callbacks
|
||||
* @notify: (allow-none): called with the user_data when no longer needed.
|
||||
*
|
||||
* Install callbacks that will be called when data for a stream should be sent
|
||||
|
@ -255,9 +255,9 @@ gst_rtsp_stream_transport_set_callbacks (GstRTSPStreamTransport * trans,
|
|||
/**
|
||||
* gst_rtsp_stream_transport_set_list_callbacks:
|
||||
* @trans: a #GstRTSPStreamTransport
|
||||
* @send_rtp_list: (scope notified): a callback called when RTP should be sent
|
||||
* @send_rtcp_list: (scope notified): a callback called when RTCP should be sent
|
||||
* @user_data: (closure): user data passed to callbacks
|
||||
* @send_rtp_list: (scope notified) (closure user_data): a callback called when RTP should be sent
|
||||
* @send_rtcp_list: (scope notified) (closure user_data): a callback called when RTCP should be sent
|
||||
* @user_data: user data passed to callbacks
|
||||
* @notify: (allow-none): called with the user_data when no longer needed.
|
||||
*
|
||||
* Install callbacks that will be called when data for a stream should be sent
|
||||
|
@ -326,8 +326,8 @@ gst_rtsp_stream_transport_check_back_pressure (GstRTSPStreamTransport * trans,
|
|||
/**
|
||||
* gst_rtsp_stream_transport_set_keepalive:
|
||||
* @trans: a #GstRTSPStreamTransport
|
||||
* @keep_alive: (scope notified): a callback called when the receiver is active
|
||||
* @user_data: (closure): user data passed to callback
|
||||
* @keep_alive: (scope notified) (closure user_data): a callback called when the receiver is active
|
||||
* @user_data: user data passed to callback
|
||||
* @notify: (allow-none): called with the user_data when no longer needed.
|
||||
*
|
||||
* Install callbacks that will be called when RTCP packets are received from the
|
||||
|
@ -353,8 +353,8 @@ gst_rtsp_stream_transport_set_keepalive (GstRTSPStreamTransport * trans,
|
|||
/**
|
||||
* gst_rtsp_stream_transport_set_message_sent:
|
||||
* @trans: a #GstRTSPStreamTransport
|
||||
* @message_sent: (scope notified): a callback called when a message has been sent
|
||||
* @user_data: (closure): user data passed to callback
|
||||
* @message_sent: (scope notified) (closure user_data): a callback called when a message has been sent
|
||||
* @user_data: user data passed to callback
|
||||
* @notify: (allow-none): called with the user_data when no longer needed
|
||||
*
|
||||
* Install a callback that will be called when a message has been sent on @trans.
|
||||
|
@ -380,8 +380,8 @@ gst_rtsp_stream_transport_set_message_sent (GstRTSPStreamTransport * trans,
|
|||
/**
|
||||
* gst_rtsp_stream_transport_set_message_sent_full:
|
||||
* @trans: a #GstRTSPStreamTransport
|
||||
* @message_sent: (scope notified): a callback called when a message has been sent
|
||||
* @user_data: (closure): user data passed to callback
|
||||
* @message_sent: (scope notified) (closure user_data): a callback called when a message has been sent
|
||||
* @user_data: user data passed to callback
|
||||
* @notify: (allow-none): called with the user_data when no longer needed
|
||||
*
|
||||
* Install a callback that will be called when a message has been sent on @trans.
|
||||
|
|
|
@ -5233,8 +5233,8 @@ gst_rtsp_stream_get_current_seqnum (GstRTSPStream * stream)
|
|||
/**
|
||||
* gst_rtsp_stream_transport_filter:
|
||||
* @stream: a #GstRTSPStream
|
||||
* @func: (scope call) (allow-none): a callback
|
||||
* @user_data: (closure): user data passed to @func
|
||||
* @func: (scope call) (allow-none) (closure user_data): a callback
|
||||
* @user_data: user data passed to @func
|
||||
*
|
||||
* Call @func for each transport managed by @stream. The result value of @func
|
||||
* determines what happens to the transport. @func will be called with @stream
|
||||
|
|
|
@ -2490,8 +2490,8 @@ gst_buffer_iterate_meta_filtered (GstBuffer * buffer, gpointer * state,
|
|||
/**
|
||||
* gst_buffer_foreach_meta:
|
||||
* @buffer: a #GstBuffer
|
||||
* @func: (scope call): a #GstBufferForeachMetaFunc to call
|
||||
* @user_data: (closure): user data passed to @func
|
||||
* @func: (scope call) (closure user_data): a #GstBufferForeachMetaFunc to call
|
||||
* @user_data: user data passed to @func
|
||||
*
|
||||
* Calls @func with @user_data for each meta in @buffer.
|
||||
*
|
||||
|
|
|
@ -223,8 +223,8 @@ gst_buffer_list_remove_range_internal (GstBufferList * list, guint idx,
|
|||
/**
|
||||
* gst_buffer_list_foreach:
|
||||
* @list: a #GstBufferList
|
||||
* @func: (scope call): a #GstBufferListFunc to call
|
||||
* @user_data: (closure): user data passed to @func
|
||||
* @func: (scope call) (closure user_data): a #GstBufferListFunc to call
|
||||
* @user_data: user data passed to @func
|
||||
*
|
||||
* Calls @func with @data for each buffer in @list.
|
||||
*
|
||||
|
|
|
@ -2902,8 +2902,8 @@ gst_caps_transform_to_string (const GValue * src_value, GValue * dest_value)
|
|||
/**
|
||||
* gst_caps_foreach:
|
||||
* @caps: a #GstCaps
|
||||
* @func: (scope call): a function to call for each field
|
||||
* @user_data: (closure): private data
|
||||
* @func: (scope call) (closure user_data): a function to call for each field
|
||||
* @user_data: private data
|
||||
*
|
||||
* Calls the provided function once for each structure and caps feature in the
|
||||
* #GstCaps. The function must not modify the fields.
|
||||
|
@ -2943,8 +2943,8 @@ gst_caps_foreach (const GstCaps * caps, GstCapsForeachFunc func,
|
|||
/**
|
||||
* gst_caps_map_in_place:
|
||||
* @caps: a #GstCaps
|
||||
* @func: (scope call): a function to call for each field
|
||||
* @user_data: (closure): private data
|
||||
* @func: (scope call) (closure user_data): a function to call for each field
|
||||
* @user_data: private data
|
||||
*
|
||||
* Calls the provided function once for each structure and caps feature in the
|
||||
* #GstCaps. In contrast to gst_caps_foreach(), the function may modify but not
|
||||
|
@ -2991,8 +2991,8 @@ gst_caps_map_in_place (GstCaps * caps, GstCapsMapFunc func, gpointer user_data)
|
|||
/**
|
||||
* gst_caps_filter_and_map_in_place:
|
||||
* @caps: a #GstCaps
|
||||
* @func: (scope call): a function to call for each field
|
||||
* @user_data: (closure): private data
|
||||
* @func: (scope call) (closure user_data): a function to call for each field
|
||||
* @user_data: private data
|
||||
*
|
||||
* Calls the provided function once for each structure and caps feature in the
|
||||
* #GstCaps. In contrast to gst_caps_foreach(), the function may modify the
|
||||
|
|
|
@ -1423,8 +1423,8 @@ gst_element_do_foreach_pad (GstElement * element,
|
|||
/**
|
||||
* gst_element_foreach_sink_pad:
|
||||
* @element: a #GstElement to iterate sink pads of
|
||||
* @func: (scope call): function to call for each sink pad
|
||||
* @user_data: (closure): user data passed to @func
|
||||
* @func: (scope call) (closure user_data): function to call for each sink pad
|
||||
* @user_data: user data passed to @func
|
||||
*
|
||||
* Call @func with @user_data for each of @element's sink pads. @func will be
|
||||
* called exactly once for each sink pad that exists at the time of this call,
|
||||
|
@ -1449,8 +1449,8 @@ gst_element_foreach_sink_pad (GstElement * element,
|
|||
/**
|
||||
* gst_element_foreach_src_pad:
|
||||
* @element: a #GstElement to iterate source pads of
|
||||
* @func: (scope call): function to call for each source pad
|
||||
* @user_data: (closure): user data passed to @func
|
||||
* @func: (scope call) (closure user_data): function to call for each source pad
|
||||
* @user_data: user data passed to @func
|
||||
*
|
||||
* Call @func with @user_data for each of @element's source pads. @func will be
|
||||
* called exactly once for each source pad that exists at the time of this call,
|
||||
|
@ -1475,8 +1475,8 @@ gst_element_foreach_src_pad (GstElement * element,
|
|||
/**
|
||||
* gst_element_foreach_pad:
|
||||
* @element: a #GstElement to iterate pads of
|
||||
* @func: (scope call): function to call for each pad
|
||||
* @user_data: (closure): user data passed to @func
|
||||
* @func: (scope call) (closure user_data): function to call for each pad
|
||||
* @user_data: user data passed to @func
|
||||
*
|
||||
* Call @func with @user_data for each of @element's pads. @func will be called
|
||||
* exactly once for each pad that exists at the time of this call, unless
|
||||
|
|
|
@ -528,8 +528,8 @@ filter_free (GstIteratorFilter * it)
|
|||
/**
|
||||
* gst_iterator_filter:
|
||||
* @it: The #GstIterator to filter
|
||||
* @func: (scope call): the compare function to select elements
|
||||
* @user_data: (closure): user data passed to the compare function
|
||||
* @func: (scope call) (closure user_data): the compare function to select elements
|
||||
* @user_data: user data passed to the compare function
|
||||
*
|
||||
* Create a new iterator from an existing iterator. The new iterator
|
||||
* will only return those elements that match the given compare function @func.
|
||||
|
@ -578,9 +578,9 @@ gst_iterator_filter (GstIterator * it, GCompareFunc func,
|
|||
/**
|
||||
* gst_iterator_fold:
|
||||
* @it: The #GstIterator to fold over
|
||||
* @func: (scope call): the fold function
|
||||
* @func: (scope call) (closure user_data): the fold function
|
||||
* @ret: the seed value passed to the fold function
|
||||
* @user_data: (closure): user data passed to the fold function
|
||||
* @user_data: user data passed to the fold function
|
||||
*
|
||||
* Folds @func over the elements of @iter. That is to say, @func will be called
|
||||
* as @func (object, @ret, @user_data) for each object in @it. The normal use
|
||||
|
@ -651,8 +651,8 @@ foreach_fold_func (const GValue * item, GValue * unused, ForeachFoldData * data)
|
|||
/**
|
||||
* gst_iterator_foreach:
|
||||
* @it: The #GstIterator to iterate
|
||||
* @func: (scope call): the function to call for each element.
|
||||
* @user_data: (closure): user data passed to the function
|
||||
* @func: (scope call) (closure user_data): the function to call for each element.
|
||||
* @user_data: user data passed to the function
|
||||
*
|
||||
* Iterate over all element of @it and call the given function @func for
|
||||
* each element.
|
||||
|
@ -698,9 +698,9 @@ find_custom_fold_func (const GValue * item, GValue * ret,
|
|||
/**
|
||||
* gst_iterator_find_custom:
|
||||
* @it: The #GstIterator to iterate
|
||||
* @func: (scope call): the compare function to use
|
||||
* @func: (scope call) (closure user_data): the compare function to use
|
||||
* @elem: (out): pointer to a #GValue where to store the result
|
||||
* @user_data: (closure): user data passed to the compare function
|
||||
* @user_data: user data passed to the compare function
|
||||
*
|
||||
* Find the first element in @it that matches the compare function @func.
|
||||
* @func should return 0 when the element is found. The first parameter
|
||||
|
|
|
@ -273,8 +273,8 @@ gst_custom_meta_has_name (GstCustomMeta * meta, const gchar * name)
|
|||
* gst_meta_register_custom:
|
||||
* @name: the name of the #GstMeta implementation
|
||||
* @tags: (array zero-terminated=1): tags for @api
|
||||
* @transform_func: (scope notified) (nullable): a #GstMetaTransformFunction
|
||||
* @user_data: (closure): user data passed to @transform_func
|
||||
* @transform_func: (scope notified) (nullable) (closure user_data): a #GstMetaTransformFunction
|
||||
* @user_data: user data passed to @transform_func
|
||||
* @destroy_data: #GDestroyNotify for user_data
|
||||
*
|
||||
* Register a new custom #GstMeta implementation, backed by an opaque
|
||||
|
|
|
@ -1408,9 +1408,9 @@ cleanup_hook (GstPad * pad, GHook * hook)
|
|||
* gst_pad_add_probe:
|
||||
* @pad: the #GstPad to add the probe to
|
||||
* @mask: the probe mask
|
||||
* @callback: #GstPadProbeCallback that will be called with notifications of
|
||||
* the pad state
|
||||
* @user_data: (closure): user data passed to the callback
|
||||
* @callback: (closure user_data): #GstPadProbeCallback that will be called with
|
||||
* notifications of the pad state
|
||||
* @user_data: user data passed to the callback
|
||||
* @destroy_data: #GDestroyNotify for user_data
|
||||
*
|
||||
* Be notified of different states of pads. The provided callback is called for
|
||||
|
@ -6270,9 +6270,9 @@ foreach_dispatch_function (GstPad * pad, PadEvent * ev, gpointer user_data)
|
|||
/**
|
||||
* gst_pad_sticky_events_foreach:
|
||||
* @pad: the #GstPad that should be used for iteration.
|
||||
* @foreach_func: (scope call): the #GstPadStickyEventsForeachFunction that
|
||||
* should be called for every event.
|
||||
* @user_data: (closure): the optional user data.
|
||||
* @foreach_func: (scope call) (closure user_data): the
|
||||
* #GstPadStickyEventsForeachFunction that should be called for every event.
|
||||
* @user_data: the optional user data.
|
||||
*
|
||||
* Iterates all sticky events on @pad and calls @foreach_func for every
|
||||
* event. If @foreach_func returns %FALSE the iteration is immediately stopped.
|
||||
|
|
|
@ -381,8 +381,8 @@ gst_promise_new (void)
|
|||
|
||||
/**
|
||||
* gst_promise_new_with_change_func:
|
||||
* @func: (scope notified): a #GstPromiseChangeFunc to call
|
||||
* @user_data: (closure): argument to call @func with
|
||||
* @func: (scope notified) (closure user_data): a #GstPromiseChangeFunc to call
|
||||
* @user_data: argument to call @func with
|
||||
* @notify: notification function that @user_data is no longer needed
|
||||
*
|
||||
* @func will be called exactly once when transitioning out of
|
||||
|
|
|
@ -644,9 +644,9 @@ gst_registry_remove_feature (GstRegistry * registry, GstPluginFeature * feature)
|
|||
/**
|
||||
* gst_registry_plugin_filter:
|
||||
* @registry: registry to query
|
||||
* @filter: (scope call): the filter to use
|
||||
* @filter: (scope call) (closure user_data): the filter to use
|
||||
* @first: only return first match
|
||||
* @user_data: (closure): user data passed to the filter function
|
||||
* @user_data: user data passed to the filter function
|
||||
*
|
||||
* Runs a filter against all plugins in the registry and returns a #GList with
|
||||
* the results. If the first flag is set, only the first match is
|
||||
|
@ -823,9 +823,9 @@ gst_registry_get_device_provider_factory_list (GstRegistry * registry)
|
|||
/**
|
||||
* gst_registry_feature_filter:
|
||||
* @registry: registry to query
|
||||
* @filter: (scope call): the filter to use
|
||||
* @filter: (scope call) (closure user_data): the filter to use
|
||||
* @first: only return first match
|
||||
* @user_data: (closure): user data passed to the filter function
|
||||
* @user_data: user data passed to the filter function
|
||||
*
|
||||
* Runs a filter against all features of the plugins in the registry
|
||||
* and returns a GList with the results.
|
||||
|
|
|
@ -2148,8 +2148,8 @@ foreach_quark_adapter (const GstIdStr * fieldname, const GValue * value,
|
|||
/**
|
||||
* gst_structure_foreach:
|
||||
* @structure: a #GstStructure
|
||||
* @func: (scope call): a function to call for each field
|
||||
* @user_data: (closure): private data
|
||||
* @func: (scope call) (closure user_data): a function to call for each field
|
||||
* @user_data: private data
|
||||
*
|
||||
* Calls the provided function once for each field in the #GstStructure. The
|
||||
* function must not modify the fields. Also see gst_structure_map_in_place()
|
||||
|
@ -2188,8 +2188,8 @@ map_in_place_quark_adapter (const GstIdStr * fieldname, GValue * value,
|
|||
/**
|
||||
* gst_structure_map_in_place:
|
||||
* @structure: a #GstStructure
|
||||
* @func: (scope call): a function to call for each field
|
||||
* @user_data: (closure): private data
|
||||
* @func: (scope call) (closure user_data): a function to call for each field
|
||||
* @user_data: private data
|
||||
*
|
||||
* Calls the provided function once for each field in the #GstStructure. In
|
||||
* contrast to gst_structure_foreach(), the function may modify but not delete the
|
||||
|
@ -2229,8 +2229,8 @@ filter_and_map_in_place_quark_adapter (const GstIdStr * fieldname,
|
|||
/**
|
||||
* gst_structure_filter_and_map_in_place:
|
||||
* @structure: a #GstStructure
|
||||
* @func: (scope call): a function to call for each field
|
||||
* @user_data: (closure): private data
|
||||
* @func: (scope call) (closure user_data): a function to call for each field
|
||||
* @user_data: private data
|
||||
*
|
||||
* Calls the provided function once for each field in the #GstStructure. In
|
||||
* contrast to gst_structure_foreach(), the function may modify the fields.
|
||||
|
@ -2255,8 +2255,8 @@ gst_structure_filter_and_map_in_place (GstStructure * structure,
|
|||
/**
|
||||
* gst_structure_foreach_id_str:
|
||||
* @structure: a #GstStructure
|
||||
* @func: (scope call): a function to call for each field
|
||||
* @user_data: (closure): private data
|
||||
* @func: (scope call) (closure user_data): a function to call for each field
|
||||
* @user_data: private data
|
||||
*
|
||||
* Calls the provided function once for each field in the #GstStructure. The
|
||||
* function must not modify the fields. Also see gst_structure_map_in_place_id_str()
|
||||
|
@ -2294,8 +2294,8 @@ gst_structure_foreach_id_str (const GstStructure * structure,
|
|||
/**
|
||||
* gst_structure_map_in_place_id_str:
|
||||
* @structure: a #GstStructure
|
||||
* @func: (scope call): a function to call for each field
|
||||
* @user_data: (closure): private data
|
||||
* @func: (scope call) (closure user_data): a function to call for each field
|
||||
* @user_data: private data
|
||||
*
|
||||
* Calls the provided function once for each field in the #GstStructure. In
|
||||
* contrast to gst_structure_foreach_id_str(), the function may modify but not delete the
|
||||
|
@ -2333,8 +2333,8 @@ gst_structure_map_in_place_id_str (GstStructure * structure,
|
|||
/**
|
||||
* gst_structure_filter_and_map_in_place_id_str:
|
||||
* @structure: a #GstStructure
|
||||
* @func: (scope call): a function to call for each field
|
||||
* @user_data: (closure): private data
|
||||
* @func: (scope call) (closure user_data): a function to call for each field
|
||||
* @user_data: private data
|
||||
*
|
||||
* Calls the provided function once for each field in the #GstStructure. In
|
||||
* contrast to gst_structure_foreach_id_str(), the function may modify the fields.
|
||||
|
|
|
@ -1413,8 +1413,8 @@ structure_foreach_wrapper (const GstIdStr * field, const GValue * value,
|
|||
/**
|
||||
* gst_tag_list_foreach:
|
||||
* @list: list to iterate over
|
||||
* @func: (scope call): function to be called for each tag
|
||||
* @user_data: (closure): user specified data
|
||||
* @func: (scope call) (closure user_data): function to be called for each tag
|
||||
* @user_data: user specified data
|
||||
*
|
||||
* Calls the given function for each tag inside the tag list. Note that if there
|
||||
* is no tag, the function won't be called at all.
|
||||
|
|
|
@ -233,8 +233,8 @@ gst_task_pool_cleanup (GstTaskPool * pool)
|
|||
/**
|
||||
* gst_task_pool_push:
|
||||
* @pool: a #GstTaskPool
|
||||
* @func: (scope async): the function to call
|
||||
* @user_data: (closure): data to pass to @func
|
||||
* @func: (scope async) (closure user_data): the function to call
|
||||
* @user_data: data to pass to @func
|
||||
* @error: return location for an error
|
||||
*
|
||||
* Start the execution of a new thread from @pool.
|
||||
|
|
|
@ -3541,10 +3541,11 @@ gst_util_get_timestamp (void)
|
|||
* @array: the sorted input array
|
||||
* @num_elements: number of elements in the array
|
||||
* @element_size: size of every element in bytes
|
||||
* @search_func: (scope call): function to compare two elements, @search_data will always be passed as second argument
|
||||
* @search_func: (scope call) (closure user_data): function to compare two
|
||||
* elements, @search_data will always be passed as second argument
|
||||
* @mode: search mode that should be used
|
||||
* @search_data: element that should be found
|
||||
* @user_data: (closure): data to pass to @search_func
|
||||
* @user_data: data to pass to @search_func
|
||||
*
|
||||
* Searches inside @array for @search_data by using the comparison function
|
||||
* @search_func. @array must be sorted ascending.
|
||||
|
|
|
@ -304,8 +304,8 @@ gst_collect_pads_set_buffer_function_locked (GstCollectPads * pads,
|
|||
/**
|
||||
* gst_collect_pads_set_buffer_function:
|
||||
* @pads: the collectpads to use
|
||||
* @func: (scope call): the function to set
|
||||
* @user_data: (closure): user data passed to the function
|
||||
* @func: (scope call) (closure user_data): the function to set
|
||||
* @user_data: user data passed to the function
|
||||
*
|
||||
* Set the callback function and user data that will be called with
|
||||
* the oldest buffer when all pads have been collected, or %NULL on EOS.
|
||||
|
@ -329,8 +329,8 @@ gst_collect_pads_set_buffer_function (GstCollectPads * pads,
|
|||
/**
|
||||
* gst_collect_pads_set_compare_function:
|
||||
* @pads: the pads to use
|
||||
* @func: (scope call): the function to set
|
||||
* @user_data: (closure): user data passed to the function
|
||||
* @func: (scope call) (closure user_data): the function to set
|
||||
* @user_data: user data passed to the function
|
||||
*
|
||||
* Set the timestamp comparison function.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue