Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpklvdepay.c133 klvdepay->last_rtp_ts = -1; in gst_rtp_klv_depay_reset()
288 if (GST_BUFFER_IS_DISCONT (rtp->buffer) && klvdepay->last_rtp_ts != -1) { in gst_rtp_klv_depay_process()
308 maybe_start = klvdepay->last_rtp_ts == -1 || klvdepay->last_rtp_ts != rtp_ts; in gst_rtp_klv_depay_process()
310 klvdepay->last_rtp_ts = rtp_ts; in gst_rtp_klv_depay_process()
Dgstrtpklvdepay.h51 gint64 last_rtp_ts; /* -1 if unset, otherwise 0-G_MAXUINT32 */ member