]> git.sesse.net Git - vlc/commit
Don't loop continuously the playlist thread, use cond.
authorClément Stenac <zorglub@videolan.org>
Sat, 21 Oct 2006 13:33:06 +0000 (13:33 +0000)
committerClément Stenac <zorglub@videolan.org>
Sat, 21 Oct 2006 13:33:06 +0000 (13:33 +0000)
commit2d3be24e0f67e19dc29baced87af42481dafde21
tree811763603994d987d81bab8b33dc8d896be94438
parent0f382e7498b5285d73fd034d363e9aa5589289e1
Don't loop continuously the playlist thread, use cond.
Not tested heavily yet ...

For interaction implementers: you need to call playlist_Signal after changing the status of a dialog. Please see the diff for qt4/dialogs/interaction.cpp
include/vlc_playlist.h
modules/gui/qt4/dialogs/interaction.cpp
src/input/input.c
src/interface/interaction.c
src/playlist/control.c
src/playlist/engine.c
src/playlist/item.c
src/playlist/thread.c