pipewire/src
Maxim Mikityanskiy 853a1c0ba8 module-rt: Fix setting realtime priority with rtkit
The commit cited below mistakenly removed the set_rlimit call from under
`if (impl->use_rtkit)`, saying it doesn't have an rtkit implementation.
However, this function does call rtkit, so it has to be called in the
rtkit flow, otherwise pipewire fails to set the realtime priority,
printing the following error message:

mod.rt: RTKit error: org.freedesktop.DBus.Error.AccessDenied
mod.rt: could not make thread #### realtime using RTKit: Permission denied

Fixes: 5ae1c03d77 ("module-rt: small fixes")
2022-09-08 20:03:56 +03:00
..
daemon systemd: add filter-chain service 2022-08-10 11:35:59 +02:00
examples examples: use PW_KEY_TARGET_OBJECT 2022-07-11 15:32:43 +03:00
gst gst: copy buffer memory in dequeue_buffer using gst_memory_copy 2022-08-20 09:30:44 -06:00
modules module-rt: Fix setting realtime priority with rtkit 2022-09-08 20:03:56 +03:00
pipewire impl-node: only activate input links after adding node 2022-09-08 11:18:08 +02:00
tests tests: fix clang build 2022-07-08 16:56:48 +02:00
tools pw-top: Print microseconds as "us" 2022-09-08 16:31:48 +02:00
meson.build treewide: meson.build: use feature.allowed() 2022-02-04 00:15:59 +01:00