mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
rtsp: Added missing Since tags.
This commit is contained in:
parent
8ad8591e41
commit
2882c22d95
3 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue