Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbuffer.h37 #define GST_RTP_VERSION 2 macro
Dgstrtpbuffer.c118 GST_RTP_HEADER_VERSION (map.data) = GST_RTP_VERSION; in gst_rtp_buffer_allocate_data()
351 if (G_UNLIKELY (version != (GST_RTP_VERSION << 6))) in gst_rtp_buffer_map()
464 GST_DEBUG ("version check failed (%d != %d)", version, GST_RTP_VERSION); in gst_rtp_buffer_map()