summaryrefslogtreecommitdiff
path: root/gst/rtsp-server/rtsp-client.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2013-07-12 17:07:53 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2013-07-12 17:07:53 +0200
commit9fe107a96ae90a4cace8e608000cea804f4d5d94 (patch)
tree35c3449bb1608aa31be17b17d97f8f318ec2bc1b /gst/rtsp-server/rtsp-client.h
parentc4db3025597af2d8315d80e6d33c8526cdd13607 (diff)
auth: let the auth module check client_settings
Let the auth module decide if client settings are allowed for the current client.
Diffstat (limited to 'gst/rtsp-server/rtsp-client.h')
-rw-r--r--gst/rtsp-server/rtsp-client.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gst/rtsp-server/rtsp-client.h b/gst/rtsp-server/rtsp-client.h
index af1ef2c..5ea6071 100644
--- a/gst/rtsp-server/rtsp-client.h
+++ b/gst/rtsp-server/rtsp-client.h
@@ -171,10 +171,6 @@ GstRTSPAuth * gst_rtsp_client_get_auth (GstRTSPClient *client);
void gst_rtsp_client_set_thread_pool (GstRTSPClient *client, GstRTSPThreadPool *pool);
GstRTSPThreadPool * gst_rtsp_client_get_thread_pool (GstRTSPClient *client);
-void gst_rtsp_client_set_use_client_settings (GstRTSPClient * client,
- gboolean use_client_settings);
-gboolean gst_rtsp_client_get_use_client_settings (GstRTSPClient * client);
-
gboolean gst_rtsp_client_set_connection (GstRTSPClient *client, GstRTSPConnection *conn);
GstRTSPConnection * gst_rtsp_client_get_connection (GstRTSPClient *client);