mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
make proplist inheritance scheme automatic and implicit
This commit is contained in:
parent
e68e4a57bf
commit
47a2b17d01
6 changed files with 12 additions and 4 deletions
|
|
@ -601,7 +601,6 @@ static record_stream* record_stream_new(
|
|||
pa_source_output_new_data_init(&data);
|
||||
|
||||
pa_proplist_update(data.proplist, PA_UPDATE_REPLACE, p);
|
||||
pa_proplist_update(data.proplist, PA_UPDATE_MERGE, c->client->proplist);
|
||||
data.driver = __FILE__;
|
||||
data.module = c->options->module;
|
||||
data.client = c->client;
|
||||
|
|
@ -1001,7 +1000,6 @@ static playback_stream* playback_stream_new(
|
|||
pa_sink_input_new_data_init(&data);
|
||||
|
||||
pa_proplist_update(data.proplist, PA_UPDATE_REPLACE, p);
|
||||
pa_proplist_update(data.proplist, PA_UPDATE_MERGE, c->client->proplist);
|
||||
data.driver = __FILE__;
|
||||
data.module = c->options->module;
|
||||
data.client = c->client;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue