Gst.TaskPool::push

function vfunc_push(func:Gst.TaskPoolFunction):gpointer {
}

Start the execution of a new thread from pool.

func

the function to call

Returns

a pointer that should be used for the gst_task_pool_join function. This pointer can be NULL, you must check @error to detect errors.