Searched refs:eos_rtime (Results 1 – 2 of 2) sorted by relevance
203 GstClockTime eos_rtime; member2162 rstart = rstop = rnext = priv->eos_rtime; in gst_base_sink_get_sync_times()2770 priv->eos_rtime = (do_sync ? rnext : GST_CLOCK_TIME_NONE); in gst_base_sink_do_sync()3331 basesink->priv->eos_rtime = GST_CLOCK_TIME_NONE; in gst_base_sink_flush_stop()4594 priv->eos_rtime = GST_CLOCK_TIME_NONE; in gst_base_sink_perform_step()4708 priv->eos_rtime = GST_CLOCK_TIME_NONE; in gst_base_sink_perform_instant_rate_change()5857 priv->eos_rtime = GST_CLOCK_TIME_NONE; in gst_base_sink_change_state()
110369 …sink.c: Store the sync time of the buffer end position separatly in a new variable eos_rtime so ...110375 new variable eos_rtime so we can properly sync the EOS event.