Searched refs:GST_RTSP_HDR_CSEQ (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspdefs.h | 260 GST_RTSP_HDR_CSEQ, /* CSeq g req. all */ enumerator
|
D | gstrtsp-enumtypes.c | 194 { C_ENUM(GST_RTSP_HDR_CSEQ), "GST_RTSP_HDR_CSEQ", "cseq" }, in gst_rtsp_header_field_get_type()
|
D | gstrtspmessage.c | 340 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()
|
D | gstrtspconnection.c | 2416 if ((res = gst_rtsp_message_get_header (message, GST_RTSP_HDR_CSEQ, in cseq_validation()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtsp.c | 584 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()
|