Gst.Task.prototype.get_pool
function get_pool():Gst.TaskPool {
    // Gjs wrapper for gst_task_get_pool()
}Get the Gst.TaskPool that this task will use for its streaming threads.
MT safe.
- Returns
 the Gst.TaskPool used by task. Gst.Object.prototype.unref after usage.