rtspsrc: don't reuse udp sockets
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 6 Jul 2010 16:22:24 +0000 (18:22 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 4 Aug 2010 08:40:23 +0000 (10:40 +0200)
commit9dcfed0a5b0bf24cec0bcf13fc1a9e3c355522f1
tree0bd8cd77b098cd33ecad0298e17cd6da0dd147ad
parente739998adf59cac5b59b5d1c3b8b86500f94e8c2
rtspsrc: don't reuse udp sockets

Don't reuse sockets but make the udpsrc element fail the state change when the
socket is already in use. If we don't prevent reuse, we might end up using the same
port for different streams in some cases.

Fixes #622017
gst/rtsp/gstrtspsrc.c