GstTaskPoolClass.push

struct GstTaskPoolClass
extern (C)
void* function(GstTaskPool* pool, GstTaskPoolFunction func, void* userData, GError** err) push;

Return Value

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.