Home
last modified time | relevance | path

Searched refs:leave_notify (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgsttask.c101 GDestroyNotify leave_notify; member
271 if (priv->leave_notify) in gst_task_finalize()
272 priv->leave_notify (priv->leave_user_data); in gst_task_finalize()
651 if ((old_notify = task->priv->leave_notify)) { in gst_task_set_leave_callback()
655 task->priv->leave_notify = NULL; in gst_task_set_leave_callback()
664 task->priv->leave_notify = notify; in gst_task_set_leave_callback()