rtsp-stream: do not take lock in request_aux_receiver
authorMathieu Duponchelle <mathieu@centricular.com>
Fri, 30 Mar 2018 21:10:10 +0000 (23:10 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Fri, 30 Mar 2018 21:10:10 +0000 (23:10 +0200)
commit8bf341ad02dfe5d056147320c8cdf85989c5a195
treee5caff4dad439296aab3ed9b720bd49cd78251dc
parent988db52016f3c5c75289a4db06331e37232323d3
rtsp-stream: do not take lock in request_aux_receiver

Added it right before pushing the previous commit, it is
incorrect and deadlocks because this function gets called
from the join_bin thread, which already holds the lock,
that's the reason why request_aux_sender didn't take the
lock either.
gst/rtsp-server/rtsp-stream.c