Searched refs:eospads (Results 1 – 2 of 2) sorted by relevance
96 guint eospads; /* number of pads that are EOS */ member217 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 …]
36992 collectpads: When seek flushed, immediately set eospads to 036997 the eospads number when a FLUSH_STOP is received.