rtsp-server: Pass ClientState structure arround
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 12 Jan 2011 12:16:08 +0000 (13:16 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 12 Jan 2011 12:16:08 +0000 (13:16 +0100)
commit5773df1d52fba53f891c725f666ad8dd903a2e3a
treec6eab907e4f3fceb950d33719675ac5fd3e2b617
parent9ea0346d97e6cc19c57783c1a55eb74094ca0084
rtsp-server: Pass ClientState structure arround

Pass the collected information for the ongoing request in a GstRTSPClientState
structure that we can then pass around to simplify the method arguments. This
will also be handy when we implement logging functionality.
gst/rtsp-server/rtsp-auth.c
gst/rtsp-server/rtsp-auth.h
gst/rtsp-server/rtsp-client.c
gst/rtsp-server/rtsp-client.h
gst/rtsp-server/rtsp-params.c
gst/rtsp-server/rtsp-params.h