Task.stop

Stops task. This method merely schedules the task to stop and will not wait for the task to have completely stopped. Use gst_task_join() to stop and wait for completion.

class Task
int
stop
()

Return Value

Type: int

TRUE if the task could be stopped. MT safe.

Meta