rtsp-stream: Don't require presence of sinks in _get_*_socket()
authorPatricia Muscalu <patricia@axis.com>
Tue, 13 Mar 2018 10:10:35 +0000 (11:10 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 26 Jun 2018 12:01:02 +0000 (14:01 +0200)
commit400705033512298bc75c225714e4378d4bb23d7d
tree6a3e162077588f04aa33e38187ecb5c14e364fee
parentdcb4533fedae3ac62bc25a916eb95927b7d69aec
rtsp-stream: Don't require presence of sinks in _get_*_socket()

Transport specific sink elements are added to the pipeline
in PLAY request and sockets are already created in SETUP so
it's actually wrong to require the presence of sinks in
_get_*_socket() functions.

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