mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
rtspdefs: add RTCP-Interval header
This commit is contained in:
parent
b1bb1e9b26
commit
e574f58e71
2 changed files with 6 additions and 0 deletions
|
@ -177,6 +177,9 @@ static struct rtsp_header rtsp_headers[] = {
|
||||||
{"X-Server-IP-Address", FALSE},
|
{"X-Server-IP-Address", FALSE},
|
||||||
{"X-Sessioncookie", FALSE},
|
{"X-Sessioncookie", FALSE},
|
||||||
|
|
||||||
|
/* Since 0.10.36 */
|
||||||
|
{"RTCP-Interval", FALSE},
|
||||||
|
|
||||||
{NULL, FALSE}
|
{NULL, FALSE}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -333,6 +333,9 @@ typedef enum {
|
||||||
GST_RTSP_HDR_X_SERVER_IP_ADDRESS, /* X-Server-IP-Address */
|
GST_RTSP_HDR_X_SERVER_IP_ADDRESS, /* X-Server-IP-Address */
|
||||||
GST_RTSP_HDR_X_SESSIONCOOKIE, /* X-Sessioncookie */
|
GST_RTSP_HDR_X_SESSIONCOOKIE, /* X-Sessioncookie */
|
||||||
|
|
||||||
|
/* Since 0.10.36 */
|
||||||
|
GST_RTSP_HDR_RTCP_INTERVAL, /* RTCP-Interval */
|
||||||
|
|
||||||
GST_RTSP_HDR_LAST
|
GST_RTSP_HDR_LAST
|
||||||
} GstRTSPHeaderField;
|
} GstRTSPHeaderField;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue