Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstpad.c137 guint events_cookie; member
420 pad->priv->events_cookie = 0; in gst_pad_init()
453 pad->priv->events_cookie++; in remove_events()
542 pad->priv->events_cookie++; in remove_event_by_type()
594 cookie = pad->priv->events_cookie; in events_foreach()
612 if (G_UNLIKELY (cookie != pad->priv->events_cookie)) { in events_foreach()
628 cookie = ++pad->priv->events_cookie; in events_foreach()
4409 if (G_UNLIKELY (pad->priv->last_cookie != pad->priv->events_cookie)) { in gst_pad_chain_data_unchecked()
4420 pad->priv->last_cookie = pad->priv->events_cookie; in gst_pad_chain_data_unchecked()
4670 if (G_UNLIKELY (pad->priv->last_cookie != pad->priv->events_cookie)) { in gst_pad_push_data()
[all …]