]> granicus.if.org Git - handbrake/commit
LinGui: Put DVD volume name scanning on it's own thread.
authorjstebbins <jstebbins.hb@gmail.com>
Fri, 19 Jun 2009 21:37:29 +0000 (21:37 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Fri, 19 Jun 2009 21:37:29 +0000 (21:37 +0000)
commite72c285bea7f766b3378e9ed2a6e3afe95c57278
treeac676cdd7fffa13bb7b19f8fa52ec7a6ae587ce0
parent7bfba0916df5e296d04ef43f42b05b0f2d66d8ca
LinGui: Put DVD volume name scanning on it's own thread.
At startup, I scan all dvd devices for their volume names.  Usually this
information is cached by the filesystem so this is fast.  But every once
in a while this takes several seconds which delays the initial display
of the UI.  This activity is now on it's own thread to prevent the delay.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2578 b64f7644-9d1e-0410-96f1-a4d463321fa5
gtk/src/callbacks.c
gtk/src/callbacks.h
gtk/src/main.c
gtk/src/subtitlehandler.c