Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay.c182 GstClockTime last_seek_time; /* Only set from main context */ member
289 self->last_seek_time = GST_CLOCK_TIME_NONE; in gst_play_init()
956 self->last_seek_time = GST_CLOCK_TIME_NONE; in on_error()
1323 self->last_seek_time = GST_CLOCK_TIME_NONE; in state_changed_cb()
2875 self->last_seek_time = GST_CLOCK_TIME_NONE; in gst_play_stop_internal()
2951 self->last_seek_time = gst_util_get_timestamp (); in gst_play_seek_internal_locked()
3076 if (!self->seek_pending || (now - self->last_seek_time > 250 * GST_MSECOND)) { in gst_play_seek()
3084 guint delay = 250000 - (now - self->last_seek_time) / 1000; in gst_play_seek()