GstTask

Main Gtk struct. The GstTask object. GstTaskState state; the state of the task GCond cond; used to pause/resume the task GRecMutex *lock; The lock taken when iterating the task function GstTaskFunction func; the function executed by this task gpointer user_data; user_data passed to the task function GDestroyNotify notify; GDestroyNotify for user_data gboolean running; a flag indicating that the task is running

Members

Variables

cond
GCond cond;
Undocumented in source.
func
GstTaskFunction func;
Undocumented in source.
lock
GRecMutex* lock;
Undocumented in source.
notify
GDestroyNotify notify;
Undocumented in source.
running
int running;
Undocumented in source.
state
GstTaskState state;
Undocumented in source.
userData
void* userData;
Undocumented in source.

Meta