]> git.sesse.net Git - vlc/commit
playlist: trigger "activity" callback without the lock
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 26 Nov 2012 19:08:08 +0000 (21:08 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 26 Nov 2012 19:12:38 +0000 (21:12 +0200)
commita0ea1e5f8e3713044c78f916d3ed85ec21298be7
tree5f10db78dfe4b7ec5ad2013cd76955b5169d553c
parent02298603d3605080b31ee8e5be136bc6d42c773e
playlist: trigger "activity" callback without the lock

That way, playlist_CurrentInput() can be called from the callbacks.
src/playlist/thread.c