diff --git a/gst-libs/gst/rtsp/gstrtspconnection.h b/gst-libs/gst/rtsp/gstrtspconnection.h index 558994f489..c811b127b9 100644 --- a/gst-libs/gst/rtsp/gstrtspconnection.h +++ b/gst-libs/gst/rtsp/gstrtspconnection.h @@ -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. * diff --git a/gst-libs/gst/rtsp/gstrtspdefs.h b/gst-libs/gst/rtsp/gstrtspdefs.h index 874ad5df0d..4986c90477 100644 --- a/gst-libs/gst/rtsp/gstrtspdefs.h +++ b/gst-libs/gst/rtsp/gstrtspdefs.h @@ -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. */ diff --git a/gst-libs/gst/rtsp/gstrtspmessage.h b/gst-libs/gst/rtsp/gstrtspmessage.h index d3b6d3fffa..dda160479f 100644 --- a/gst-libs/gst/rtsp/gstrtspmessage.h +++ b/gst-libs/gst/rtsp/gstrtspmessage.h @@ -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.