mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-22 08:56:52 -05:00
core: add priority field to pa_sink/pa_source
This commit is contained in:
parent
ca2c0f22d8
commit
3b54849a08
5 changed files with 10 additions and 0 deletions
|
|
@ -205,6 +205,7 @@ pa_source* pa_source_new(
|
|||
s->core = core;
|
||||
s->state = PA_SOURCE_INIT;
|
||||
s->flags = flags;
|
||||
s->priority = 0;
|
||||
s->suspend_cause = 0;
|
||||
s->name = pa_xstrdup(name);
|
||||
s->proplist = pa_proplist_copy(data->proplist);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue