mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
if a stream comes with now sensible properties attached, use common
fallback db entry.
This commit is contained in:
parent
68cc2996cc
commit
9f4033d1c4
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ static char *get_name(pa_proplist *p, const char *prefix) {
|
|||
else if ((r = pa_proplist_gets(p, PA_PROP_MEDIA_NAME)))
|
||||
return pa_sprintf_malloc("%s-by-media-name:%s", prefix, r);
|
||||
|
||||
return NULL;
|
||||
return pa_sprintf_malloc("%s-fallback:%s", prefix);
|
||||
}
|
||||
|
||||
static struct entry* read_entry(struct userdata *u, char *name) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue