From: Evan Nemerson Date: Wed, 20 Jun 2012 00:37:59 +0000 (-0700) Subject: task pool: set scope of gst_task_pool_push callback to async X-Git-Tag: RELEASE-0.11.93~284 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=870d631f511ba7841e60433a702b6ed6c264c420;p=platform%2Fupstream%2Fgstreamer.git task pool: set scope of gst_task_pool_push callback to async --- diff --git a/gst/gsttaskpool.c b/gst/gsttaskpool.c index 6b2f5ad..4312409 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 *