]> git.sesse.net Git - vlc/commitdiff
minimal_macosx need to run on the 1st thread to be able to use video output
authorRafaël Carré <funman@videolan.org>
Thu, 21 Feb 2008 11:53:32 +0000 (11:53 +0000)
committerRafaël Carré <funman@videolan.org>
Thu, 21 Feb 2008 11:53:32 +0000 (11:53 +0000)
modules/gui/minimal_macosx/intf.m

index 1bdf7fb9ff0bc88fb5c5207b8b176350db1ddd2a..d43066ad5750e01326d233e7a1f8635bf6d48b08 100644 (file)
@@ -63,6 +63,7 @@ int E_(OpenIntf) ( vlc_object_t *p_this )
     memset( p_intf->p_sys, 0, sizeof( *p_intf->p_sys ) );
 
     p_intf->pf_run = Run;
+    p_intf->b_should_run_on_first_thread = VLC_TRUE;
 
     return VLC_SUCCESS;
 }