]> git.sesse.net Git - vlc/commit
Use playlist_fetcher_t object instead of playlist one.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 9 Mar 2009 22:38:22 +0000 (23:38 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 9 Mar 2009 22:38:22 +0000 (23:38 +0100)
commitdc9d7d9bbbf1e8e45ff6f3ca612bf5b302578ee8
tree72b174a5ce37ba4f2700a4f8436d20d8a8775fa8
parentf27683f46727724ef3f44b78297b1d7468b43083
Use playlist_fetcher_t object instead of playlist one.

It avoid locking the whole playlist_t when fetching art, which can take a lot
of time...
modules/meta_engine/folder.c
modules/misc/lua/meta.c
src/playlist/fetcher.c