mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
apply the correct rules to sink inputs
This commit is contained in:
parent
f68a6e5cab
commit
512c24c65a
1 changed files with 1 additions and 1 deletions
|
|
@ -409,7 +409,7 @@ static void apply_entry(struct userdata *u, const char *name, struct entry *e) {
|
|||
char *n;
|
||||
pa_sink *s;
|
||||
|
||||
if (!(n = get_name(si->proplist, "sink_input")))
|
||||
if (!(n = get_name(si->proplist, "sink-input")))
|
||||
continue;
|
||||
|
||||
if (strcmp(name, n)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue