task pool: set scope of gst_task_pool_push callback to async

This commit is contained in:
Evan Nemerson 2012-06-19 17:37:59 -07:00
parent b70aefdb85
commit 870d631f51

View file

@ -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
*