Lines Matching refs:last_ts
726 if (ts != GST_CLOCK_TIME_NONE && (stream->last_ts == GST_CLOCK_TIME_NONE in gst_ps_demux_send_data()
727 || stream->last_ts < ts)) { in gst_ps_demux_send_data()
733 stream->last_ts = ts; in gst_ps_demux_send_data()
735 || stream->last_ts > demux->src_segment.position) in gst_ps_demux_send_data()
737 stream->last_ts); in gst_ps_demux_send_data()
988 stream->last_ts = GST_CLOCK_TIME_NONE; in gst_ps_demux_clear_times()
1019 if (stream->last_ts == GST_CLOCK_TIME_NONE || in gst_ps_demux_send_gap_updates()
1020 stream->last_ts < demux->src_segment.start + base_time) in gst_ps_demux_send_gap_updates()
1021 stream->last_ts = demux->src_segment.start + base_time; in gst_ps_demux_send_gap_updates()
1023 if (stream->last_ts + stream->segment_thresh < new_start) { in gst_ps_demux_send_gap_updates()
1030 GST_TIME_ARGS (stream->last_ts), GST_TIME_ARGS (new_start)); in gst_ps_demux_send_gap_updates()
1032 gst_event_new_gap (stream->last_ts, new_start - stream->last_ts); in gst_ps_demux_send_gap_updates()
1034 stream->last_ts = new_start; in gst_ps_demux_send_gap_updates()