]> git.sesse.net Git - vlc/commit
Deliver log messages synchronously to subscribers
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 5 Jul 2009 17:30:49 +0000 (20:30 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 5 Jul 2009 17:30:49 +0000 (20:30 +0300)
commit3f949d67150a285a1cb443ba88b6d9fc3d93352b
tree7f8d4a2d259e476985ba5dc57697adfdc26d0652
parent651698d171a71e20546045a7faa56e606d0ca9a3
Deliver log messages synchronously to subscribers

Most if not all subscribers are using a fast asynchronous callback
internally anyway (at least Qt4 and libvlc do that). This was
redumdant and wasteful.
src/libvlc.h
src/misc/messages.c