The well-known context type for sharing a Gst.TaskPool between elements
in a pipeline.
Elements that support this context will post a Gst.MessageType.NEED_CONTEXT
message on the bus when they need a task pool. Applications can respond
by setting the context on the element or the pipeline. Elements will not
query neighbors for this context type as the task pool is optional and
elements will fall back to their default behavior if no pool is provided.
The well-known context type for sharing a Gst.TaskPool between elements in a pipeline.
Elements that support this context will post a Gst.MessageType.NEED_CONTEXT message on the bus when they need a task pool. Applications can respond by setting the context on the element or the pipeline. Elements will not query neighbors for this context type as the task pool is optional and elements will fall back to their default behavior if no pool is provided.