Skip to content
Snippets Groups Projects
Commit acbfcdd5 authored by Pierre Lamot's avatar Pierre Lamot Committed by Jean-Baptiste Kempf
Browse files

qt: force signals from the player callbacks to be emmited from a queued connection.


callbacks are called with the player locked, if the callback commes from Qt thread,
  the signal emitted by Qt may be handled within the same thread directly and ask for
  the player lock again.

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 05f2f84e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment