summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-05-02 19:36:34 +0100
committerTim-Philipp Müller <tim@centricular.com>2014-05-02 19:36:34 +0100
commitb163f111c8a6d43240d1ad3990bc50014f4ddad0 (patch)
tree6a8df97a33b987d3758be6b2c80a92298ec08341
parentdb8460cbd8e6c64a7683af754929966ca2091f98 (diff)
rtspdefs: remove outdated comments
-rw-r--r--gst-libs/gst/rtsp/gstrtspdefs.c7
-rw-r--r--gst-libs/gst/rtsp/gstrtspdefs.h7
2 files changed, 2 insertions, 12 deletions
diff --git a/gst-libs/gst/rtsp/gstrtspdefs.c b/gst-libs/gst/rtsp/gstrtspdefs.c
index f1d98e2797..4f9dc9fa4c 100644
--- a/gst-libs/gst/rtsp/gstrtspdefs.c
+++ b/gst-libs/gst/rtsp/gstrtspdefs.c
@@ -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 */
diff --git a/gst-libs/gst/rtsp/gstrtspdefs.h b/gst-libs/gst/rtsp/gstrtspdefs.h
index 4a6e1fee89..4297a53852 100644
--- a/gst-libs/gst/rtsp/gstrtspdefs.h
+++ b/gst-libs/gst/rtsp/gstrtspdefs.h
@@ -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 */