Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpqdmdepay.c333 guint packettype = payload[pos++]; in gst_rtp_qdm2_depay_process() local
338 packetid, packettype, packlen); in gst_rtp_qdm2_depay_process()
341 if (G_UNLIKELY (packettype & 0x80)) { in gst_rtp_qdm2_depay_process()
342 packettype &= 0x7f; in gst_rtp_qdm2_depay_process()
347 packetid, packettype, packlen); in gst_rtp_qdm2_depay_process()
350 if (packettype > 0x7f) { in gst_rtp_qdm2_depay_process()
/third_party/gstreamer/gstplugins_base/
DChangeLog154116 Check packettype before parsing it.