From 870d631f511ba7841e60433a702b6ed6c264c420 Mon Sep 17 00:00:00 2001 From: Evan Nemerson Date: Tue, 19 Jun 2012 17:37:59 -0700 Subject: [PATCH] task pool: set scope of gst_task_pool_push callback to async --- gst/gsttaskpool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gsttaskpool.c b/gst/gsttaskpool.c index 6b2f5ad0fc..43124099cf 100644 --- a/gst/gsttaskpool.c +++ b/gst/gsttaskpool.c @@ -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 *