]> git.sesse.net Git - vlc/commit
Rebuild the array of currently playing items as a background task.
authorClément Stenac <zorglub@videolan.org>
Sat, 21 Oct 2006 16:59:09 +0000 (16:59 +0000)
committerClément Stenac <zorglub@videolan.org>
Sat, 21 Oct 2006 16:59:09 +0000 (16:59 +0000)
commitb6d0e5a07a9a32894e31da69e25e81dec0366dc5
treeb5c28faba5d84f40e7f26f1ec1c20495ce0189be
parent36a14991a5d4bbb9217276ed8c9c0f0c4e0ec0ca
Rebuild the array of currently playing items as a background task.
This array is now usable as a reliable source of data for size
Use playlist_CurrentSize(p_playlist) to retrieve the size of the current playset.
15 files changed:
include/vlc_messages.h
include/vlc_playlist.h
modules/control/hotkeys.c
modules/gui/beos/InterfaceWindow.cpp
modules/gui/beos/ListViews.cpp
modules/gui/macosx/playlist.m
modules/gui/wxwidgets/dialogs/playlist.cpp
modules/gui/wxwidgets/dialogs/wizard.cpp
modules/gui/wxwidgets/menus.cpp
src/playlist/control.c
src/playlist/engine.c
src/playlist/item.c
src/playlist/playlist_internal.h
src/playlist/search.c
src/playlist/thread.c