Searched refs:gst_rtsp_message_get_header (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspmessage.c | 340 if (gst_rtsp_message_get_header (request, GST_RTSP_HDR_CSEQ, &header, in gst_rtsp_message_init_response() 346 if (gst_rtsp_message_get_header (request, GST_RTSP_HDR_SESSION, &header, in gst_rtsp_message_init_response() 697 gst_rtsp_message_get_header (const GstRTSPMessage * msg, in gst_rtsp_message_get_header() function 1466 while (gst_rtsp_message_get_header (msg, field, &header, i) == GST_RTSP_OK) { in gst_rtsp_message_parse_auth_credentials()
|
D | gstrtspmessage.h | 208 GstRTSPResult gst_rtsp_message_get_header (const GstRTSPMessage *msg,
|
D | gstrtspconnection.c | 889 gst_rtsp_message_get_header (response, GST_RTSP_HDR_X_SERVER_IP_ADDRESS, in setup_tunneling() 2416 if ((res = gst_rtsp_message_get_header (message, GST_RTSP_HDR_CSEQ, in cseq_validation() 2537 if (gst_rtsp_message_get_header (message, in build_next() 2541 gst_rtsp_message_get_header (message, in build_next() 2618 gst_rtsp_message_get_header (message, GST_RTSP_HDR_X_SESSIONCOOKIE, in build_next() 2627 gst_rtsp_message_get_header (message, GST_RTSP_HDR_SESSION, in build_next()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtsp.c | 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()
|
D | rtspconnection.c | 647 fail_unless (gst_rtsp_message_get_header (msg, GST_RTSP_HDR_BLOCKSIZE, in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 6503 gst_rtsp_message_get_header (response, GST_RTSP_HDR_CONTENT_BASE, in gst_rtsp_src_receive_response() 6751 if (gst_rtsp_message_get_header (response, GST_RTSP_HDR_LOCATION, in gst_rtspsrc_send() 6833 gst_rtsp_message_get_header (response, field, &respoptions, indx); in gst_rtspsrc_parse_methods() 6846 gst_rtsp_message_get_header (response, field, &respoptions, indx); in gst_rtspsrc_parse_methods() 7148 gst_rtsp_message_get_header (response, GST_RTSP_HDR_TRANSPORT, &resptrans, 0); in gst_rtsp_src_setup_stream_from_response() 7224 if (gst_rtsp_message_get_header (response, GST_RTSP_HDR_MEDIA_PROPERTIES, in gst_rtsp_src_setup_stream_from_response() 8078 gst_rtsp_message_get_header (&response, GST_RTSP_HDR_CONTENT_TYPE, &respcont, in gst_rtspsrc_retrieve_sdp() 8793 if (gst_rtsp_message_get_header (&response, GST_RTSP_HDR_RANGE, &hval, in gst_rtspsrc_play() 8802 if (gst_rtsp_message_get_header (&response, GST_RTSP_HDR_SPEED, &hval, in gst_rtspsrc_play() 8805 } else if (gst_rtsp_message_get_header (&response, GST_RTSP_HDR_SCALE, in gst_rtspsrc_play() [all …]
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 140096 (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header), 140199 (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
|