rtsp-stream: fixed assert during update transport
authorSrimanta Panda <srimanta@axis.com>
Tue, 5 Jan 2016 12:10:36 +0000 (13:10 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 7 Jan 2016 12:31:03 +0000 (14:31 +0200)
commitfdbda049c65e7d1cd87098cac926ab6a5f04f5aa
treeef2829b7b64bb7fecab0c03775fac163b302d89f
parentbec94861b0390bd1345dfa9f7d1aca4569d32cce
rtsp-stream: fixed assert during update transport

When RTSP server trying update transport during multicast, it throws an
assert. The assert is thrown because it is trying to get the parent of
an non-existing funnel element.

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