rtspdefs: remove outdated comments
authorTim-Philipp Müller <tim@centricular.com>
Fri, 2 May 2014 18:36:34 +0000 (19:36 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 2 May 2014 18:36:34 +0000 (19:36 +0100)
gst-libs/gst/rtsp/gstrtspdefs.c
gst-libs/gst/rtsp/gstrtspdefs.h

index f1d98e2..4f9dc9f 100644 (file)
@@ -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 */
index 4a6e1fe..4297a53 100644 (file)
@@ -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 */