TaskPool.push

Start the execution of a new thread from pool.

class TaskPool
void*
push

Parameters

func GstTaskPoolFunction

the function to call

userData void*

data to pass to func

Return Value

Type: void*

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.

Throws

GException on failure.