diff options
author | Lennart Poettering <lennart@poettering.net> | 2008-08-15 14:37:26 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2008-08-15 14:37:26 +0200 |
commit | 512c24c65abf42d2546491607da4fed286c79e1f (patch) | |
tree | 5cfd5bc2db5c371fb3965826a0561ac9e35b4221 | |
parent | f68a6e5cab772184caf89895766eec32da4c7598 (diff) | |
download | pulseaudio-512c24c65abf42d2546491607da4fed286c79e1f.tar.gz |
apply the correct rules to sink inputs
-rw-r--r-- | src/modules/module-stream-restore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/module-stream-restore.c b/src/modules/module-stream-restore.c index bf62f94c4..e0683e72c 100644 --- a/src/modules/module-stream-restore.c +++ b/src/modules/module-stream-restore.c @@ -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)) { |