mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
rtspdefs: remove outdated comments
This commit is contained in:
parent
db8460cbd8
commit
b163f111c8
2 changed files with 2 additions and 12 deletions
|
@ -131,14 +131,12 @@ static struct rtsp_header rtsp_headers[] = {
|
|||
{"Language", FALSE},
|
||||
{"PlayerStarttime", FALSE},
|
||||
|
||||
/* Since 0.10.16 */
|
||||
{"Location", FALSE},
|
||||
|
||||
/* Since 0.10.23 */
|
||||
{"ETag", FALSE},
|
||||
{"If-Match", TRUE},
|
||||
|
||||
/* WM extensions [MS-RTSP] Since 0.10.23 */
|
||||
/* WM extensions [MS-RTSP] */
|
||||
{"Accept-Charset", TRUE},
|
||||
{"Supported", TRUE},
|
||||
{"Vary", TRUE},
|
||||
|
@ -159,17 +157,14 @@ static struct rtsp_header rtsp_headers[] = {
|
|||
{"X-RTP-Info", FALSE},
|
||||
{"X-StartupProfile", FALSE},
|
||||
|
||||
/* Since 0.10.24 */
|
||||
{"Timestamp", FALSE},
|
||||
|
||||
/* Since 0.10.25 */
|
||||
{"Authentication-Info", FALSE},
|
||||
{"Host", FALSE},
|
||||
{"Pragma", TRUE},
|
||||
{"X-Server-IP-Address", FALSE},
|
||||
{"X-Sessioncookie", FALSE},
|
||||
|
||||
/* Since 0.10.36 */
|
||||
{"RTCP-Interval", FALSE},
|
||||
|
||||
/* Since 1.4 */
|
||||
|
|
|
@ -294,14 +294,12 @@ typedef enum {
|
|||
GST_RTSP_HDR_LANGUAGE, /* Language */
|
||||
GST_RTSP_HDR_PLAYER_START_TIME, /* PlayerStarttime */
|
||||
|
||||
/* Since 0.10.16 */
|
||||
GST_RTSP_HDR_LOCATION, /* Location */
|
||||
|
||||
/* Since 0.10.23 */
|
||||
GST_RTSP_HDR_ETAG, /* ETag */
|
||||
GST_RTSP_HDR_IF_MATCH, /* If-Match */
|
||||
|
||||
/* WM extensions [MS-RTSP] Since 0.10.23 */
|
||||
/* WM extensions [MS-RTSP] */
|
||||
GST_RTSP_HDR_ACCEPT_CHARSET, /* Accept-Charset */
|
||||
GST_RTSP_HDR_SUPPORTED, /* Supported */
|
||||
GST_RTSP_HDR_VARY, /* Vary */
|
||||
|
@ -322,17 +320,14 @@ typedef enum {
|
|||
GST_RTSP_HDR_X_RTP_INFO, /* X-RTP-Info */
|
||||
GST_RTSP_HDR_X_STARTUPPROFILE, /* X-StartupProfile */
|
||||
|
||||
/* Since 0.10.24 */
|
||||
GST_RTSP_HDR_TIMESTAMP, /* Timestamp */
|
||||
|
||||
/* Since 0.10.25 */
|
||||
GST_RTSP_HDR_AUTHENTICATION_INFO, /* Authentication-Info */
|
||||
GST_RTSP_HDR_HOST, /* Host */
|
||||
GST_RTSP_HDR_PRAGMA, /* Pragma */
|
||||
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 */
|
||||
|
||||
/* Since 1.4 */
|
||||
|
|
Loading…
Reference in a new issue