rtsp: add _get_url method and separate sockets
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 2 Mar 2009 09:58:49 +0000 (10:58 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 2 Mar 2009 09:58:49 +0000 (10:58 +0100)
commit4664fe40bca5706a5b6b18ddc2288b888825234d
tree327de7513bbb6caddb39d22b93184f26078d4f5b
parent0a835bc9a3e1cdddc9a0492a315a9f3d4c4716ce
rtsp: add _get_url method and separate sockets

Add gst_rtsp_connection_get_url() method.

Reserve space for 2 sockets, one for reading and one for writing. Use socket
pointers to select the read and write sockets. This should allow us to implement
tunneling over HTTP soon.

API: RTSP::gst_rtsp_connection_get_url()
gst-libs/gst/rtsp/gstrtspconnection.c
gst-libs/gst/rtsp/gstrtspconnection.h