SharedTaskPool.this

Create a new shared task pool. The shared task pool will queue tasks on a maximum number of threads, 1 by default.

Do not use a #GstSharedTaskPool to manage potentially inter-dependent tasks such as pad tasks, as having one task waiting on another to return before returning would cause obvious deadlocks if they happen to share the same thread.

class SharedTaskPool
this
()

Return Value

a new #GstSharedTaskPool. gst.object.ObjectGst.unref after usage.