rtsp: unref sockets in _close
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 18 May 2012 07:20:54 +0000 (09:20 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 18 May 2012 07:47:26 +0000 (09:47 +0200)
commitb0cc0a31e26a7bfa85fce391d58c811711152901
treee5136f5a948499772c4d6aadd1aaa884d3881830
parent2cd15bbef8ae52be6bb0e84dcdad573f78ee847e
rtsp: unref sockets in _close

When closing the connection, unref the currently used sockets. This should close
them when not in use. We need to do this because else we cannot reconnect
anymore after a close, the connect function requires that the sockets are NULL.
gst-libs/gst/rtsp/gstrtspconnection.c