TaskPool.push

Start the execution of a new thread from pool.

class TaskPool
void*
push

Parameters

func GstTaskPoolFunction

the function to call. [scope async]

userData void*

data to pass to func. closure

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. [transfer none]

Throws

GException on failure.

Meta