From: Hyunjun Get the GTlsCertificate used for negotiating TLS Get the GTlsCertificate used for negotiating TLS the GTlsCertificate of the GTlsCertificate of [transfer full] Set the TLS certificate for the auth. Client connections will only
be accepted when TLS is negotiated. cert
-GTlsCertificate *
+GTlsCertificate *
gst_rtsp_auth_get_tls_certificate ()
@@ -66,7 +66,7 @@
-gchar *
+gchar *
gst_rtsp_auth_make_basic ()
@@ -90,7 +90,7 @@
-gboolean
+gboolean
gst_rtsp_auth_check ()
@@ -172,7 +172,7 @@
@@ -213,9 +213,9 @@ gst_rtsp_auth_new ( void
gst_rtsp_auth_get_tls_certificate ()
-GTlsCertificate *
+
GTlsCertificate *
gst_rtsp_auth_get_tls_certificate (
-GstRTSPAuth *auth
);auth
+auth
.Parameters
@@ -234,8 +234,8 @@ gst_rtsp_auth_get_tls_certificate (
Returns
-auth
-. g_object_unref()
after
+auth
+. g_object_unref()
after
usage. gst_rtsp_auth_set_tls_certificate ()
void
gst_rtsp_auth_set_tls_certificate (
+ GstRTSPAuth *auth
,
- GTlsCertificate *cert
);GTlsCertificate *cert
);
@@ -274,9 +274,9 @@ be accepted when TLS is negotiated.
-
+
[transfer none][allow-none]
gchar * -gst_rtsp_auth_make_basic (+const gchar *user
, -const gchar *pass
);
gchar * +gst_rtsp_auth_make_basic (const gchar *user
, +const gchar *pass
);
Construct a Basic authorisation token from user
and pass
.
const user
:pass
.
-g_free()
after usage.
+g_free()
after usage.
[transfer full]
const gst_rtsp_auth_add_basic ()
void
gst_rtsp_auth_add_basic (GstRTSPAuth *auth
,
- const gchar *basic
,
+ const gchar *basic
,
GstRTSPToken *token
);
Add a basic token for the default authentication algorithm that
enables the client with privileges listed in token
@@ -354,7 +354,7 @@ enables the client with privileges listed in token
gst_rtsp_auth_remove_basic ()
void
gst_rtsp_auth_remove_basic (GstRTSPAuth *auth
,
- const gchar *basic
);
+ const gchar *basic
);
Add a basic token for the default authentication algorithm that
enables the client with privileges from authgroup
.
@@ -384,8 +384,8 @@ enables the client with privileges from authgroup
gst_rtsp_auth_check ()
-gboolean
-gst_rtsp_auth_check (const gchar *check
);
+gboolean
+gst_rtsp_auth_check (const gchar *check
);
Check if check
is allowed in the current context.
@@ -503,7 +503,7 @@ be used for unauthenticated users.
-GObjectClass parent_class
;
+GObjectClass parent_class
;
Â
Â
@@ -564,7 +564,7 @@ A response should be sent on error.
Check if the client can specify TTL, destination and
port pair in multicast. No response is sent when the check returns
-FALSE
.
+FALSE
.
@@ -581,7 +581,7 @@ the media factory and retrieve the role with the same name.
GST_RTSP_TOKEN_TRANSPORT_CLIENT_SETTINGS
#define GST_RTSP_TOKEN_TRANSPORT_CLIENT_SETTINGS "transport.client-settings"
-G_TYPE_BOOLEAN, TRUE
if the client can specify TTL, destination and
+
G_TYPE_BOOLEAN, TRUE
if the client can specify TTL, destination and
port pair in multicast.
@@ -589,7 +589,7 @@ the media factory and retrieve the role with the same name.
GST_RTSP_PERM_MEDIA_FACTORY_ACCESS
#define GST_RTSP_PERM_MEDIA_FACTORY_ACCESS "media.factory.access"
-G_TYPE_BOOLEAN, TRUE
if the media can be accessed, FALSE
will
+
G_TYPE_BOOLEAN, TRUE
if the media can be accessed, FALSE
will
return a 404 Not Found error when trying to access the media.
@@ -597,7 +597,7 @@ return a 404 Not Found error when trying to access the media.
GST_RTSP_PERM_MEDIA_FACTORY_CONSTRUCT
#define GST_RTSP_PERM_MEDIA_FACTORY_CONSTRUCT "media.factory.construct"
-G_TYPE_BOOLEAN, TRUE
if the media can be constructed, FALSE
will
+
G_TYPE_BOOLEAN, TRUE
if the media can be constructed, FALSE
will
return a 404 Not Found error when trying to access the media.
diff --git a/docs/libs/html/GstRTSPClient.html b/docs/libs/html/GstRTSPClient.html
index e02e8a7..d806b44 100644
--- a/docs/libs/html/GstRTSPClient.html
+++ b/docs/libs/html/GstRTSPClient.html
@@ -132,7 +132,7 @@
-gboolean
+gboolean
gst_rtsp_client_set_connection ()
@@ -140,7 +140,7 @@
-guint
+guint
gst_rtsp_client_attach ()
@@ -148,7 +148,7 @@
-gboolean
+gboolean
(*GstRTSPClientSendFunc)Â ()
@@ -188,7 +188,7 @@
-GList *
+GList *
gst_rtsp_client_session_filter ()
@@ -207,7 +207,7 @@
-gboolean
+gboolean
drop-backlog
Read / Write
@@ -319,7 +319,7 @@
@@ -331,7 +331,7 @@ connection is open.
accepted and it inherits the GstRTSPMountPoints, GstRTSPSessionPool,
GstRTSPAuth and GstRTSPThreadPool from the server.
The client connection should be configured with the GstRTSPConnection using
-gst_rtsp_client_set_connection()
before it can be attached to a GMainContext
+gst_rtsp_client_set_connection()
before it can be attached to a GMainContext
using gst_rtsp_client_attach()
. From then on the client will handle requests
on the connection.
Use gst_rtsp_client_session_filter()
to iterate or modify all the
@@ -524,7 +524,7 @@ gst_rtsp_client_get_auth (
Returns
the GstRTSPAuth of client
-. g_object_unref()
after
+. g_object_unref()
after
usage.
[transfer full]
@@ -586,7 +586,7 @@ gst_rtsp_client_get_thread_pool (
Returns
the GstRTSPThreadPool of client
-. g_object_unref()
after
+. g_object_unref()
after
usage.
[transfer full]
@@ -656,7 +656,7 @@ The connection object returned remains valid until the client is freed.
gst_rtsp_client_set_connection ()
-gboolean
+gboolean
gst_rtsp_client_set_connection (GstRTSPClient *client
,
GstRTSPConnection *conn
);
Set the GstRTSPConnection of client
@@ -687,22 +687,22 @@ gst_rtsp_client_set_connection (
gst_rtsp_client_attach ()
-guint
+guint
gst_rtsp_client_attach (GstRTSPClient *client
,
- GMainContext *context
);
+ GMainContext *context
);
Attaches client
to context
. When the mainloop for context
is run, the
client will be dispatched. When context
- is NULL
, the default context will be
+ is NULL
, the default context will be
used).
This function should be called when the client properties and urls are fully
configured and the client is ready to start.
@@ -722,7 +722,7 @@ configured and the client is ready to start.
context
- a GMainContext.
+ a GMainContext.
[allow-none]
@@ -737,16 +737,16 @@ configured and the client is ready to start.
GstRTSPClientSendFunc ()
-gboolean
+gboolean
(*GstRTSPClientSendFunc) (GstRTSPClient *client
,
GstRTSPMessage *message
,
- gboolean close
,
- gpointer user_data
);
+ gboolean close
,
+ gpointer user_data
);
This callback is called when client
wants to send message
. When close
is
-TRUE
, the connection should be closed when the message has been sent.
+TRUE
, the connection should be closed when the message has been sent.
Parameters