Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvdemux.h155 GstClockTime audio_first_ts; member
Dgstflvdemux.c1359 if (!GST_CLOCK_TIME_IS_VALID (demux->audio_first_ts)) { in gst_flv_demux_parse_tag_audio()
1360 demux->audio_first_ts = GST_BUFFER_TIMESTAMP (outbuf); in gst_flv_demux_parse_tag_audio()
1802 if (!GST_CLOCK_TIME_IS_VALID (demux->audio_first_ts)) { 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()
2563 if ((!GST_CLOCK_TIME_IS_VALID (demux->audio_first_ts) || in gst_flv_demux_seek_to_prev_keyframe()
2564 demux->audio_first_ts < demux->segment.start) && in gst_flv_demux_seek_to_prev_keyframe()