[vlc-devel] [vlc-1.0 / Mac OS X gui] VLCCoreDialogProvider shouldn't spawn interface element on non-main thread.
Rémi Denis-Courmont
remi at remlab.net
Wed Jul 1 08:56:18 CEST 2009
On Tue, 30 Jun 2009 15:08:12 -0700, "Pierre d'Herbemont"
<pdherbemont at free.fr> wrote:
> That's the reason of the vlc-1.0 crash below.
On Qt, the UI components are not thread-safe (they must run on the same
thread as the Qt application main loop). That is why we use blocking
signals for interaction.
--
Rémi Denis-Courmont
More information about the vlc-devel
mailing list