join
Description:
public virtual void join (void* id)
Join a task and/or return it to the pool.
id
is the id obtained from push. The default
implementation does nothing, as the default GstTaskPoolClass::push
implementation always returns null
.
This method should only be called with the same this instance that provided id
.
Parameters:
this |
a TaskPool |
id |
the id |