mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
inherit proplist on sample playback from client
This commit is contained in:
parent
03cd37eb78
commit
64a23677d3
1 changed files with 2 additions and 0 deletions
|
|
@ -2432,6 +2432,8 @@ static void command_play_sample(PA_GCC_UNUSED pa_pdispatch *pd, PA_GCC_UNUSED ui
|
|||
return;
|
||||
}
|
||||
|
||||
pa_proplist_update(p, PA_UPDATE_MERGE, c->client->proplist);
|
||||
|
||||
if (pa_scache_play_item(c->protocol->core, name, sink, volume, p, &idx) < 0) {
|
||||
pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY);
|
||||
pa_proplist_free(p);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue