]> git.sesse.net Git - vlc/commit
Qt, playlist: fix a deadlock (#3052)
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 22 Apr 2011 23:53:41 +0000 (01:53 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 23 Apr 2011 00:03:52 +0000 (02:03 +0200)
commit4e318891a4cb072d0f72ffc946c72c208922b926
tree2bf299af859c78dd1fee8fd91d53b68a6659b6f0
parentf7a79bf171395b14012b36789bfecd79b6987a61
Qt, playlist: fix a deadlock (#3052)

input_Read doesn't seem a good idea when input is a dvd://
Maybe use a playlist_PreparseEnqueue ?
modules/gui/qt4/components/playlist/playlist_model.cpp
modules/gui/qt4/dialogs_provider.cpp