rtsp-stream: Set close-socket FALSE on UDP src:es
authorGöran Jönsson <goranjn@axis.com>
Mon, 21 Nov 2016 12:05:50 +0000 (13:05 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 22 Nov 2016 11:59:30 +0000 (13:59 +0200)
commit335d279a96bc91fda43ee3e1028ee3c327e542ad
treef1875cdcfecd349c2e4deca834138ae6be86737a
parent6622b5be14c1a094358c0dbbd497c84f1a11aef2
rtsp-stream: Set close-socket FALSE on UDP src:es

With this RTSP server can use the sockets independent on the udpsrc
state.
When the udp src is finalized it will unref socket and when g_socket
is finalized the socket will be closed.

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