mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
task pool: set scope of gst_task_pool_push callback to async
This commit is contained in:
parent
b70aefdb85
commit
870d631f51
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ gst_task_pool_cleanup (GstTaskPool * pool)
|
|||
/**
|
||||
* gst_task_pool_push:
|
||||
* @pool: a #GstTaskPool
|
||||
* @func: the function to call
|
||||
* @func: (scope async): the function to call
|
||||
* @user_data: (closure): data to pass to @func
|
||||
* @error: return location for an error
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue