]> git.sesse.net Git - vlc/commit
Revert "Notify: add a callback to match telepathy, msn"
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 13 May 2012 20:41:42 +0000 (23:41 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 29 Jul 2012 14:31:55 +0000 (17:31 +0300)
commit1e5f4b465a82745e8e7e5a5de491deac39554ed3
treea2246260406c27be32f90e962e663f7a88905027
parent379980a6047983f8bb0ab878dde66a0fe5b787d6
Revert "Notify: add a callback to match telepathy, msn"

The "item-change" callback is called with the playlist lock held in
at least one case: when the now playing meta is cleared while a new
input is created by the playlist.

playlist_CurrentInput() acquires the playlist lock. So the
"item-change" callback cannot call it. This bug is present in the
Growl, MSN and Telepathy modules since version 1.0.0. It got copied
into Notify in version 2.0.0.

This reverts commit fc56b92af1636c53a0545109a74476fe74c054a5.
This should fix #6641.
modules/notify/notify.c