rtsp-media: Don't block streams before seeking
authorPatricia Muscalu <patricia@axis.com>
Sat, 17 Nov 2018 17:18:27 +0000 (18:18 +0100)
committerSebastian Dröge <slomo@coaxion.net>
Mon, 19 Nov 2018 11:35:26 +0000 (11:35 +0000)
commit146b3da17482d57d79359c7bd554fd9ca8377a59
treedaad4a2550dd26997b826d3ed52e36763361b08a
parentd4a8834ffef3ad75920968d6d6f20c16066c7263
rtsp-media: Don't block streams before seeking

Before the seek operation is performed on media, it's required that
its pipeline is prepared <=> the pipeline is in the PAUSED state.
At this stage, all transport parts (transport sinks) have been successfully
added to the pipeline and there is no need for blocking the streams.
gst/rtsp-server/rtsp-media.c