rtsp-stream: postpone UDP socket allocation until SETUP
authorPatricia Muscalu <patricia@axis.com>
Tue, 23 Feb 2016 13:59:32 +0000 (14:59 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 23 Feb 2016 15:05:15 +0000 (17:05 +0200)
commitf62a9a7eb9fda096fb88c013d6787c28090037a2
treeb68d8caa3e3594295b14285e1085c724f0c113dc
parentd10ba734cdc28293a952cc1cb22203d8b2d93c63
rtsp-stream: postpone UDP socket allocation until SETUP

Postpone the allocation of the UDP sockets until we know
what transport has been chosen by the client.
Both unicast and multicast UDP sources are created in one
function.

https://bugzilla.gnome.org/show_bug.cgi?id=757488
gst/rtsp-server/rtsp-client.c
gst/rtsp-server/rtsp-stream.c
gst/rtsp-server/rtsp-stream.h