Searched refs:live_running (Results 1 – 3 of 3) sorted by relevance
87 gboolean live_running; member
516 while (G_UNLIKELY (!src->live_running && !src->priv->flushing)) { in gst_base_src_wait_playing_unlocked()1897 if (!src->live_running) in gst_base_src_send_event()2546 if (G_UNLIKELY (!src->live_running)) { in gst_base_src_get_range()2607 if (G_UNLIKELY (!src->live_running)) { in gst_base_src_get_range()2696 if (!src->live_running) { in gst_base_src_get_range()3933 basesrc->live_running = live_play; in gst_base_src_set_playing()
72518 Only go into LIVE_WAIT when the are not live_running and only stop waiting when72519 live_running is TRUE. If we don't loop, we could deadlock when called from