https://bugs.freedesktop.org/show_bug.cgi?id=69522

          Priority: medium
            Bug ID: 69522
                CC: [email protected]
          Assignee: [email protected]
           Summary: high priority setting isn't respected
        QA Contact: [email protected]
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: daemon
           Product: PulseAudio

The code got removed by accident during the cleanup in commit 9c438bcac671. So
this patch is needed to bring it back and make things work like documented:

Index: src/daemon/main.c
===================================================================
--- src/daemon/main.c    (revision 27898)
+++ src/daemon/main.c    (working copy)
@@ -892,7 +892,8 @@
 #endif
     pa_rtclock_hrtimer_enable();

-    pa_raise_priority(conf->nice_level);
+    if (conf->high_priority)
+        pa_raise_priority(conf->nice_level);

     if (conf->system_instance)
         if (change_user() < 0)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
pulseaudio-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to