rtsp-media: Update priv->blocked when linked streams are unblocked.
authorPatricia Muscalu <patricia@axis.com>
Sat, 17 Nov 2018 18:19:54 +0000 (19:19 +0100)
committerSebastian Dröge <slomo@coaxion.net>
Mon, 19 Nov 2018 11:35:26 +0000 (11:35 +0000)
commit4370f3a9012476b824dfaf8bd89f0fae0afa5212
tree30c75c9ee88f85f677d287a7906fc607ba0c0b4c
parent146b3da17482d57d79359c7bd554fd9ca8377a59
rtsp-media: Update priv->blocked when linked streams are unblocked.

Media is considered to be blocked when all streams that belong to
that media are blocked.
This patch solves the problem of inconsistent updates of
priv->blocked that are not synchronized with the media state.
gst/rtsp-server/rtsp-media.c