summaryrefslogtreecommitdiff
path: root/gst/rtsp-server/rtsp-client.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2013-07-05 12:08:36 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2013-07-05 20:53:19 +0200
commit19cffc79996fc3b73e597fa72949b9ed3559a313 (patch)
tree331c277ee4b149796cda4437ef3e9310fe730047 /gst/rtsp-server/rtsp-client.h
parent78bc979690210662067a8adada5c17122f37f9c7 (diff)
auth: remove auth from media and factory
Remove the auth object from media and factory. We want to have the RTSPClient authenticate and authorize resources, there is no need to place another auth manager on the media/factory.
Diffstat (limited to 'gst/rtsp-server/rtsp-client.h')
-rw-r--r--gst/rtsp-server/rtsp-client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtsp-server/rtsp-client.h b/gst/rtsp-server/rtsp-client.h
index b5adc10..86ae980 100644
--- a/gst/rtsp-server/rtsp-client.h
+++ b/gst/rtsp-server/rtsp-client.h
@@ -65,6 +65,7 @@ struct _GstRTSPClientState {
GstRTSPMessage *request;
GstRTSPUrl *uri;
GstRTSPMethod method;
+ GstRTSPAuth *auth;
const gchar *authgroup;
GstRTSPSession *session;
GstRTSPSessionMedia *sessmedia;