dispose_handle
Description:
[ Version ( since = "1.20" ) ]
public virtual void dispose_handle (void* id)
public virtual void dispose_handle (void* id)
Dispose of the handle returned by push.
This does not need to be called with the default implementation as the default GstTaskPoolClass::push
implementation always
returns null
. This does not need to be called either when calling
join, but should be called when joining is not necessary, but
push returned a non-%NULL value.
This method should only be called with the same this instance that provided id
.
Parameters:
this |
a TaskPool |
id |
the id |