Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvdemux.h154 GstClockTime video_first_ts; member
Dgstflvdemux.c1803 demux->video_first_ts = GST_BUFFER_TIMESTAMP (outbuf); in gst_flv_demux_parse_tag_video()
2536 demux->audio_first_ts = demux->video_first_ts = GST_CLOCK_TIME_NONE; in gst_flv_demux_move_to_offset()
2565 (!GST_CLOCK_TIME_IS_VALID (demux->video_first_ts) || in gst_flv_demux_seek_to_prev_keyframe()
2566 demux->video_first_ts < demux->segment.start)) in gst_flv_demux_seek_to_prev_keyframe()