Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstpad.c152 gboolean in_activation; member
974 while (G_UNLIKELY (pad->priv->in_activation)) in pre_activate()
982 pad->priv->in_activation = TRUE; in pre_activate()
994 while (G_UNLIKELY (pad->priv->in_activation)) in pre_activate()
1002 pad->priv->in_activation = TRUE; in pre_activate()
1040 pad->priv->in_activation = FALSE; in post_activate()
1055 pad->priv->in_activation = FALSE; in post_activate()
1279 pad->priv->in_activation = FALSE; in activate_mode_internal()
6346 pad->priv->in_activation = FALSE; in gst_pad_pause_task()
6434 pad->priv->in_activation = FALSE; in gst_pad_stop_task()
/third_party/gstreamer/gstreamer/
DChangeLog13047 T1: starts to deactivate, calls pre_activate(), sets in_activation
13049 T2: starts to activate, calls pre_activate(), in_activation is TRUE