Searched refs:last_reset_time (Results 1 – 1 of 1) sorted by relevance
471 GstClockTime last_reset_time; member2477 priv->last_reset_time = gst_util_get_timestamp (); in gst_video_decoder_reset()3795 if (G_UNLIKELY (priv->last_reset_time != GST_CLOCK_TIME_NONE)) { in gst_video_decoder_clip_and_push_buf()3796 GstClockTime elapsed = gst_util_get_timestamp () - priv->last_reset_time; in gst_video_decoder_clip_and_push_buf()3801 priv->last_reset_time = GST_CLOCK_TIME_NONE; in gst_video_decoder_clip_and_push_buf()