GstTaskPoolClass

The GstTaskPoolClass object. GstObjectClass parent_class; the parent class structure prepare () prepare the threadpool cleanup () make sure all threads are stopped push () start a new thread join () join a thread

Members

Variables

cleanup
void function(GstTaskPool* pool) cleanup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
join
void function(GstTaskPool* pool, void* id) join;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
parentClass
GstObjectClass parentClass;
Undocumented in source.
prepare
void function(GstTaskPool* pool, GError** error) prepare;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
push
void* function(GstTaskPool* pool, GstTaskPoolFunction func, void* userData, GError** error) push;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta