mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
context: drop RT when freewheeling
When we are freewheeling, drop the RT priority so that we don't lock up the system too much.
This commit is contained in:
parent
9ceb728dec
commit
5e0c9199bd
2 changed files with 35 additions and 0 deletions
|
|
@ -450,6 +450,7 @@ struct pw_context {
|
|||
struct pw_impl_client *current_client; /**< client currently executing code in mainloop */
|
||||
|
||||
long sc_pagesize;
|
||||
unsigned int freewheeling:1;
|
||||
|
||||
void *user_data; /**< extra user data */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue