Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstcollectpads.c96 guint eospads; /* number of pads that are EOS */ member
217 pads->priv->eospads = 0; in gst_collect_pads_init()
900 pads->priv->eospads = 0; in gst_collect_pads_stop()
1270 pads->priv->eospads = 0; in gst_collect_pads_check_pads()
1285 pads->priv->eospads++; in gst_collect_pads_check_pads()
1326 if (G_UNLIKELY (pads->priv->eospads == pads->priv->numpads)) { in gst_collect_pads_check_collected()
1343 while (((pads->priv->queuedpads + pads->priv->eospads) >= in gst_collect_pads_check_collected()
1347 pads->priv->queuedpads, pads->priv->eospads, pads->priv->numpads, in gst_collect_pads_check_collected()
1752 pads->priv->eospads--; in gst_collect_pads_event_default()
1779 pads->priv->eospads++; in gst_collect_pads_event_default()
[all …]
/third_party/gstreamer/gstreamer/
DChangeLog36992 collectpads: When seek flushed, immediately set eospads to 0
36997 the eospads number when a FLUSH_STOP is received.