]> git.sesse.net Git - vlc/commit
VLC: make sure the playlist exists before starting any interface
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 9 Dec 2012 20:26:22 +0000 (22:26 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 9 Dec 2012 20:26:22 +0000 (22:26 +0200)
commit1c672e57519890ad1a2c22feafb67b862a91f561
treee116b8cbf1c06f70e126d407241bf67cf878ede9
parent6f23d1879e83b0f60a8ee6acab328111b9f15b55
VLC: make sure the playlist exists before starting any interface

This avoids creating the playlist from the UI mainloop, which is not
typically a good idea.
lib/core.c
lib/playlist.c