server: refactor connection setup
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 30 May 2013 05:18:22 +0000 (07:18 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 30 May 2013 05:18:22 +0000 (07:18 +0200)
commitd638b03ff9559f3fb8e7eeba01814d9d3d0dfffb
treecb42a09e83dc4cf16bb7761d2babf19181f3437d
parent7b880231b18791ebee0666096219e7cf479c2675
server: refactor connection setup

Let the server accept the socket connection and construct a GstRTSPConnection
from it. Remove the code from the client and let the client only deal with
a fully configure GstRTSPConnection object.

We will need this later when the server will configure the connection for
TLS.
gst/rtsp-server/rtsp-client.c
gst/rtsp-server/rtsp-client.h
gst/rtsp-server/rtsp-server.c