]> git.sesse.net Git - vlc/commit
playlist: added a pp_all_items to playlist_t allowing GetItemById to return
authorSigmund Augdal Helberg <sigmunau@videolan.org>
Sat, 9 Apr 2005 14:53:38 +0000 (14:53 +0000)
committerSigmund Augdal Helberg <sigmunau@videolan.org>
Sat, 9 Apr 2005 14:53:38 +0000 (14:53 +0000)
commit984febc09a32f30b1acad5c2e825ae4499656169
treea3b2b24dcaaa285564647a2b258c917f43c6cd1e
parent6635dedac2f28caa0c040180449fe735ff1d5d97
playlist: added a pp_all_items to playlist_t allowing GetItemById to return
nodes as well as items.
made playlist_Control not take the playlist lock, and created a
playlist_LockControl that does the same but takes the lock
include/vlc_playlist.h
src/playlist/item-ext.c
src/playlist/playlist.c
src/playlist/view.c