ABI | Symbols | Types |
| Used As | Name | Used In |
|---|---|---|
| PARAM | state |
gst_task_set_state ( GstTask* task, enum GstTaskState state ) » |
| RETURN | gst_task_get_state ( GstTask* task ) » |
|
| FIELD | .state | struct _GstTask { GstObject object, enum GstTaskState state, GCond cond, GRecMutex* lock, GstTaskFunction func, gpointer user_data, GDestroyNotify notify, gboolean running, GThread* thread, GstTaskPrivate* priv, gpointer[4] _gst_reserved } » |