rtsp: Added missing Since tags.
authorPeter Kjellerstedt <pkj@axis.com>
Mon, 24 Aug 2009 11:58:17 +0000 (13:58 +0200)
committerPeter Kjellerstedt <pkj@axis.com>
Mon, 24 Aug 2009 11:58:50 +0000 (13:58 +0200)
gst-libs/gst/rtsp/gstrtspconnection.h
gst-libs/gst/rtsp/gstrtspdefs.h
gst-libs/gst/rtsp/gstrtspmessage.h

index 558994f..c811b12 100644 (file)
@@ -152,7 +152,7 @@ typedef struct _GstRTSPWatch GstRTSPWatch;
  *   you usually pair the tunnelid of this connection with the saved one using
  *   gst_rtsp_connection_do_tunnel().
  * @error_full: callback when an error occured with more information than
- *   the @error callback
+ *   the @error callback. Since 0.10.25
  *
  * Callback functions from a #GstRTSPWatch.
  *
index 874ad5d..4986c90 100644 (file)
@@ -157,7 +157,7 @@ typedef enum {
  * GstRTSPVersion:
  * @GST_RTSP_VERSION_INVALID: unknown/invalid version
  * @GST_RTSP_VERSION_1_0: version 1.0
- * @GST_RTSP_VERSION_1_1: version 1.1
+ * @GST_RTSP_VERSION_1_1: version 1.1. Since 0.10.25
  *
  * The supported RTSP versions.
  */
@@ -181,8 +181,8 @@ typedef enum {
  * @GST_RTSP_SETUP: the SETUP method
  * @GST_RTSP_SET_PARAMETER: the SET_PARAMETER method
  * @GST_RTSP_TEARDOWN: the TEARDOWN method
- * @GST_RTSP_GET: the GET method (HTTP)
- * @GST_RTSP_POST: the POST method (HTTP)
+ * @GST_RTSP_GET: the GET method (HTTP). Since 0.10.25
+ * @GST_RTSP_POST: the POST method (HTTP). Since 0.10.25
  *
  * The different supported RTSP methods. 
  */
index d3b6d3f..dda1604 100644 (file)
@@ -54,8 +54,8 @@ G_BEGIN_DECLS
  * @GST_RTSP_MESSAGE_INVALID: invalid message type
  * @GST_RTSP_MESSAGE_REQUEST: RTSP request message
  * @GST_RTSP_MESSAGE_RESPONSE: RTSP response message
- * @GST_RTSP_MESSAGE_HTTP_REQUEST: HTTP request message
- * @GST_RTSP_MESSAGE_HTTP_RESPONSE: HTTP response message
+ * @GST_RTSP_MESSAGE_HTTP_REQUEST: HTTP request message. Since 0.10.25
+ * @GST_RTSP_MESSAGE_HTTP_RESPONSE: HTTP response message. Since 0.10.25
  * @GST_RTSP_MESSAGE_DATA: data message
  *
  * The type of a message.