mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
rtsp-server: Fix various Since markers
This commit is contained in:
parent
8d3bef4c1e
commit
abf6be1d7a
2 changed files with 2 additions and 2 deletions
|
@ -323,7 +323,7 @@ gst_rtsp_auth_get_tls_certificate (GstRTSPAuth * auth)
|
|||
* If set to %NULL (the default), then peer certificate validation will always
|
||||
* set the %G_TLS_CERTIFICATE_UNKNOWN_CA error.
|
||||
*
|
||||
* Since 1.6
|
||||
* Since: 1.6
|
||||
*/
|
||||
void
|
||||
gst_rtsp_auth_set_tls_database (GstRTSPAuth * auth, GTlsDatabase * database)
|
||||
|
|
|
@ -108,7 +108,7 @@ struct _GstRTSPClient {
|
|||
* @params_get: get parameters. This function should also initialize the
|
||||
* RTSP response(ctx->response) via a call to gst_rtsp_message_init_response()
|
||||
* @tunnel_http_response: called when a response to the GET request is about to
|
||||
* be sent for a tunneled connection. The response can be modified. Since 1.4
|
||||
* be sent for a tunneled connection. The response can be modified. Since: 1.4
|
||||
*
|
||||
* The client class structure.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue