mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-16 20:36:06 +00:00
taskpool: improve join() documentation
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/692>
This commit is contained in:
parent
c884f4c124
commit
c04034c50d
1 changed files with 3 additions and 2 deletions
|
@ -263,10 +263,11 @@ not_supported:
|
|||
/**
|
||||
* gst_task_pool_join:
|
||||
* @pool: a #GstTaskPool
|
||||
* @id: (transfer full): the id
|
||||
* @id: (transfer full) (nullable): the id
|
||||
*
|
||||
* Join a task and/or return it to the pool. @id is the id obtained from
|
||||
* gst_task_pool_push().
|
||||
* gst_task_pool_push(). The default implementation does nothing, as the
|
||||
* default push() implementation always returns %NULL.
|
||||
*/
|
||||
void
|
||||
gst_task_pool_join (GstTaskPool * pool, gpointer id)
|
||||
|
|
Loading…
Reference in a new issue