ABI | Symbols | Types |
| Used As | Name | Used In |
|---|---|---|
| PARAM | pool |
gst_task_set_pool ( GstTask* task, GstTaskPool* pool ) » |
| PARAM | pool |
gst_task_pool_cleanup ( GstTaskPool* pool ) » |
| PARAM | pool |
gst_task_pool_prepare ( GstTaskPool* pool, GError** error ) » |
| PARAM | pool |
gst_task_pool_push ( GstTaskPool* pool, GstTaskPoolFunction func, gpointer user_data, GError** error ) » |
| PARAM | pool |
gst_task_pool_join ( GstTaskPool* pool, gpointer id ) » |
| RETURN | gst_task_get_pool ( GstTask* task ) » |
|
| RETURN | gst_task_pool_new ( ) » | |
| FIELD | .pool | struct _GstTaskPrivate { GstTaskThreadFunc enter_func, gpointer enter_user_data, GDestroyNotify enter_notify, GstTaskThreadFunc leave_func, gpointer leave_user_data, GDestroyNotify leave_notify, GstTaskPool* pool, gpointer id, GstTaskPool* pool_id } » |
| FIELD | .pool_id | struct _GstTaskPrivate { GstTaskThreadFunc enter_func, gpointer enter_user_data, GDestroyNotify enter_notify, GstTaskThreadFunc leave_func, gpointer leave_user_data, GDestroyNotify leave_notify, GstTaskPool* pool, gpointer id, GstTaskPool* pool_id } » |