Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesink.c203 GstClockTime eos_rtime; member
2162 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()
/third_party/gstreamer/gstreamer/
DChangeLog110369 …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.