Searched refs:last_reset_time (Results 1 – 1 of 1) sorted by relevance
404 GstClockTime last_reset_time; member2079 priv->last_reset_time = gst_util_get_timestamp (); in gst_video_decoder_reset()3186 if (G_UNLIKELY (priv->last_reset_time != GST_CLOCK_TIME_NONE)) { in gst_video_decoder_clip_and_push_buf()3187 GstClockTime elapsed = gst_util_get_timestamp () - priv->last_reset_time; in gst_video_decoder_clip_and_push_buf()3192 priv->last_reset_time = GST_CLOCK_TIME_NONE; in gst_video_decoder_clip_and_push_buf()