- GstReserved
void*[4] GstReserved;
Undocumented in source.
- 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;
the parent class structure
- prepare
void function(GstTaskPool* pool, GError** err) 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** err) push;
The #GstTaskPoolClass object.