Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay.c165 gint64 cached_position; member
291 self->cached_position = 0; in gst_play_init()
836 *position = self->cached_position; in query_position()
842 if (self->cached_position != current_position) { in query_position()
843 self->cached_position = current_position; in query_position()