Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.c392 GstClockTime last_timestamp_out; member
1145 decoder->priv->last_timestamp_out = GST_CLOCK_TIME_NONE; in gst_video_decoder_push_event()
1972 time = dec->priv->last_timestamp_out; in gst_video_decoder_src_query_default()
2462 priv->last_timestamp_out = GST_CLOCK_TIME_NONE; in gst_video_decoder_reset()
2787 priv->last_timestamp_out = GST_BUFFER_TIMESTAMP (buf); in gst_video_decoder_flush_parse()
2788 else if (priv->last_timestamp_out != GST_CLOCK_TIME_NONE && in gst_video_decoder_flush_parse()
2791 priv->last_timestamp_out - GST_BUFFER_DURATION (buf); in gst_video_decoder_flush_parse()
2792 priv->last_timestamp_out = GST_BUFFER_TIMESTAMP (buf); in gst_video_decoder_flush_parse()
2795 GST_TIME_ARGS (priv->last_timestamp_out)); in gst_video_decoder_flush_parse()
3183 if (GST_CLOCK_TIME_IS_VALID (frame->pts) && frame->pts >= priv->last_timestamp_out && in gst_video_decoder_prepare_finish_frame()
[all …]
/third_party/gstreamer/gstplugins_base/
DChangeLog66560 videodecoder: Reset last_timestamp_out on new segment
66561 Reset last_timestamp_out when applying the output segment