Home
last modified time | relevance | path

Searched refs:GST_RTCP_SDES_PRIV (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtp-enumtypes.c90 { C_ENUM(GST_RTCP_SDES_PRIV), "GST_RTCP_SDES_PRIV", "priv" }, in gst_rtcpsdes_type_get_type()
Dgstrtcpbuffer.h189 GST_RTCP_SDES_PRIV = 8, enumerator
Dgstrtcpbuffer.c2210 case GST_RTCP_SDES_PRIV: in gst_rtcp_sdes_type_to_name()
2299 return GST_RTCP_SDES_PRIV; in gst_rtcp_sdes_name_to_type()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsession.c2544 if (type == GST_RTCP_SDES_PRIV) { in rtp_session_process_sdes()
4060 if (type > GST_RTCP_SDES_END && type < GST_RTCP_SDES_PRIV) { in session_sdes()
4063 } else if (type == GST_RTCP_SDES_PRIV) { in session_sdes()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpsession.c1847 if (type == GST_RTCP_SDES_PRIV) { in validate_sdes_priv()