uridownloader: Fix potential deadlock
authorSebastian Dröge <sebastian@centricular.com>
Wed, 12 Feb 2014 17:06:43 +0000 (18:06 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 12 Feb 2014 17:06:43 +0000 (18:06 +0100)
commitd4368444343b3237b9d8cd0dcff17a55036ba614
treeb225a85af430e7bf62bd3de18e1880544d49b162
parent8cd6208b7d6c77bf57478968a9973d84374f2f58
uridownloader: Fix potential deadlock

The streaming thread might use our lock, so shutting
down the element while holding that lock calls for problems.
gst-libs/gst/uridownloader/gsturidownloader.c