hlsdemux: Do not call _stop holding the updates lock
authorThiago Santos <ts.santos@partner.samsung.com>
Thu, 3 Oct 2013 10:56:21 +0000 (07:56 -0300)
committerThiago Santos <ts.santos@partner.samsung.com>
Thu, 3 Oct 2013 12:15:37 +0000 (09:15 -0300)
commit72e05dfd7c82ce45e5141c5506e203d05fb2daf9
tree2f789ced6198f4450aa34faf520936100c6f0509
parent6819d1a206ddd19b1b94725b031d00833d98ea36
hlsdemux: Do not call _stop holding the updates lock

It will cause a deadlock and the calers for _get_next_fragment
will already call _stop if required when _get_next_fragment fails.

Fixes #690148
ext/hls/gsthlsdemux.c