Gst.Task.prototype.start
function start():Boolean {
// Gjs wrapper for gst_task_start()
}Starts task. The task must have a lock associated with it using Gst.Task.prototype.set_lock or this function will return false.
- Returns
true if the task could be started. MT safe.