rtspsrc: Fix handling of interleaved (TCP) streams
authorSebastian Dröge <sebastian@centricular.com>
Thu, 5 Mar 2015 08:18:52 +0000 (09:18 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 5 Mar 2015 11:15:04 +0000 (12:15 +0100)
commitc34a7cb90da5ecdcbbd56398bd598b59b2a8eb2e
tree66cf8b3f56e6cfc8766e1fe1600446cb686dbcd8
parent627e492b7ea92ca8c44c9726b4e87d5453a3a1d7
rtspsrc: Fix handling of interleaved (TCP) streams

We need to set up the transport in any case, not just if we have a container
stream or a non-interleaved stream. Only if we have an interleaved stream and
are retrying, we should not set up the stream again.

https://bugzilla.gnome.org/show_bug.cgi?id=745599
gst/rtsp/gstrtspsrc.c