]> git.sesse.net Git - vlc/blobdiff - modules/gui/qnx/aout.c
* ./bootstrap : Fixed an issue with old shell versions
[vlc] / modules / gui / qnx / aout.c
index 33c96232fcd67fa90dd8bd612ce400f82c441ed6..15871a6241d8f173866a88dd246a44fbf8bb7c30 100644 (file)
@@ -104,7 +104,8 @@ int E_(OpenAudio)( vlc_object_t *p_this )
 
     /* Create audio thread and wait for its readiness. */
     p_aout->output.p_sys->b_initialized = VLC_FALSE;
-    if( vlc_thread_create( p_aout, "aout", QNXaoutThread, VLC_FALSE ) )
+    if( vlc_thread_create( p_aout, "aout", QNXaoutThread,
+                           VLC_THREAD_PRIORITY_OUTPUT, VLC_FALSE ) )
     {
         msg_Err( p_aout, "cannot create QNX audio thread (%s)", strerror(errno) );
         E_(CloseAudio)( p_this );