rtspdefs: add RTCP-Interval header

This commit is contained in:
Mark Nauwelaerts 2011-08-01 07:54:02 +02:00
parent b1bb1e9b26
commit e574f58e71
2 changed files with 6 additions and 0 deletions

View file

@ -177,6 +177,9 @@ static struct rtsp_header rtsp_headers[] = {
{"X-Server-IP-Address", FALSE},
{"X-Sessioncookie", FALSE},
/* Since 0.10.36 */
{"RTCP-Interval", FALSE},
{NULL, FALSE}
};

View file

@ -333,6 +333,9 @@ typedef enum {
GST_RTSP_HDR_X_SERVER_IP_ADDRESS, /* X-Server-IP-Address */
GST_RTSP_HDR_X_SESSIONCOOKIE, /* X-Sessioncookie */
/* Since 0.10.36 */
GST_RTSP_HDR_RTCP_INTERVAL, /* RTCP-Interval */
GST_RTSP_HDR_LAST
} GstRTSPHeaderField;