Create a new Task that will repeadedly call the provided func
with data as a parameter. Typically the task will run in
a new thread.
The function cannot be changed after the task has been created. You
must create a new GstTask to change the function.
Create a new Task that will repeadedly call the provided func with data as a parameter. Typically the task will run in a new thread. The function cannot be changed after the task has been created. You must create a new GstTask to change the function.