Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspdefs.h260 GST_RTSP_HDR_CSEQ, /* CSeq g req. all */ enumerator
Dgstrtsp-enumtypes.c194 { C_ENUM(GST_RTSP_HDR_CSEQ), "GST_RTSP_HDR_CSEQ", "cseq" }, in gst_rtsp_header_field_get_type()
Dgstrtspmessage.c340 if (gst_rtsp_message_get_header (request, GST_RTSP_HDR_CSEQ, &header, in gst_rtsp_message_init_response()
342 gst_rtsp_message_add_header (msg, GST_RTSP_HDR_CSEQ, header); in gst_rtsp_message_init_response()
Dgstrtspconnection.c2416 if ((res = gst_rtsp_message_get_header (message, GST_RTSP_HDR_CSEQ, in cseq_validation()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtsp.c584 res = gst_rtsp_message_add_header (msg, GST_RTSP_HDR_CSEQ, "3"); in GST_START_TEST()
610 res = gst_rtsp_message_get_header (msg, GST_RTSP_HDR_CSEQ, &val, 0); in GST_START_TEST()
613 res = gst_rtsp_message_get_header (msg, GST_RTSP_HDR_CSEQ, &val, 1); in GST_START_TEST()
673 res = gst_rtsp_message_get_header (msg, GST_RTSP_HDR_CSEQ, &val, 0); in GST_START_TEST()