rtsp: Added missing Since tags.

This commit is contained in:
Peter Kjellerstedt 2009-08-24 13:58:17 +02:00
parent 8ad8591e41
commit 2882c22d95
3 changed files with 6 additions and 6 deletions

View file

@ -152,7 +152,7 @@ typedef struct _GstRTSPWatch GstRTSPWatch;
* you usually pair the tunnelid of this connection with the saved one using * you usually pair the tunnelid of this connection with the saved one using
* gst_rtsp_connection_do_tunnel(). * gst_rtsp_connection_do_tunnel().
* @error_full: callback when an error occured with more information than * @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. * Callback functions from a #GstRTSPWatch.
* *

View file

@ -157,7 +157,7 @@ typedef enum {
* GstRTSPVersion: * GstRTSPVersion:
* @GST_RTSP_VERSION_INVALID: unknown/invalid version * @GST_RTSP_VERSION_INVALID: unknown/invalid version
* @GST_RTSP_VERSION_1_0: version 1.0 * @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. * The supported RTSP versions.
*/ */
@ -181,8 +181,8 @@ typedef enum {
* @GST_RTSP_SETUP: the SETUP method * @GST_RTSP_SETUP: the SETUP method
* @GST_RTSP_SET_PARAMETER: the SET_PARAMETER method * @GST_RTSP_SET_PARAMETER: the SET_PARAMETER method
* @GST_RTSP_TEARDOWN: the TEARDOWN method * @GST_RTSP_TEARDOWN: the TEARDOWN method
* @GST_RTSP_GET: the GET method (HTTP) * @GST_RTSP_GET: the GET method (HTTP). Since 0.10.25
* @GST_RTSP_POST: the POST method (HTTP) * @GST_RTSP_POST: the POST method (HTTP). Since 0.10.25
* *
* The different supported RTSP methods. * The different supported RTSP methods.
*/ */

View file

@ -54,8 +54,8 @@ G_BEGIN_DECLS
* @GST_RTSP_MESSAGE_INVALID: invalid message type * @GST_RTSP_MESSAGE_INVALID: invalid message type
* @GST_RTSP_MESSAGE_REQUEST: RTSP request message * @GST_RTSP_MESSAGE_REQUEST: RTSP request message
* @GST_RTSP_MESSAGE_RESPONSE: RTSP response message * @GST_RTSP_MESSAGE_RESPONSE: RTSP response message
* @GST_RTSP_MESSAGE_HTTP_REQUEST: HTTP request message * @GST_RTSP_MESSAGE_HTTP_REQUEST: HTTP request message. Since 0.10.25
* @GST_RTSP_MESSAGE_HTTP_RESPONSE: HTTP response message * @GST_RTSP_MESSAGE_HTTP_RESPONSE: HTTP response message. Since 0.10.25
* @GST_RTSP_MESSAGE_DATA: data message * @GST_RTSP_MESSAGE_DATA: data message
* *
* The type of a message. * The type of a message.