1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00
vlc/modules/notify
Rémi Denis-Courmont 1e5f4b465a 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 fc56b92af1.
This should fix #6641.
2012-07-29 17:31:55 +03:00
..
.gitignore
growl.m growl: fix crash and duplicated notifications in some cases 2012-05-30 20:12:58 +02:00
Modules.am Telepathy notify: remove plugin 2012-07-29 17:30:10 +03:00
notify.c Revert "Notify: add a callback to match telepathy, msn" 2012-07-29 17:31:55 +03:00