task pool: set scope of gst_task_pool_push callback to async
authorEvan Nemerson <evan@coeus-group.com>
Wed, 20 Jun 2012 00:37:59 +0000 (17:37 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Wed, 20 Jun 2012 00:37:59 +0000 (17:37 -0700)
gst/gsttaskpool.c

index 6b2f5ad..4312409 100644 (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
  *