Searched refs:last_marker_seq (Results 1 – 2 of 2) sorted by relevance
301 start = klvdepay->last_marker_seq != -1 in gst_rtp_klv_depay_process()302 && gst_rtp_buffer_compare_seqnum (klvdepay->last_marker_seq, seq) == 1; in gst_rtp_klv_depay_process()334 if (klvdepay->resync && klvdepay->last_marker_seq == -1 && start) in gst_rtp_klv_depay_process()338 klvdepay->last_marker_seq = seq; in gst_rtp_klv_depay_process()377 klvdepay->last_marker_seq = -1; in gst_rtp_klv_depay_change_state()
50 gint last_marker_seq; /* -1 if unset, otherwise 0-G_MAXUINT16 */ member