mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
core: move 'flags' field into 'pa_sink_input_new_data' structure so that hooks can access it
This commit is contained in:
parent
300384ce0a
commit
84eb6614eb
17 changed files with 50 additions and 43 deletions
|
|
@ -533,7 +533,7 @@ static void handle_listen_prefix(struct connection *c, const char *source_name)
|
|||
pa_source_output_new_data_set_sample_spec(&data, &ss);
|
||||
pa_source_output_new_data_set_channel_map(&data, &cm);
|
||||
|
||||
pa_source_output_new(&c->source_output, c->protocol->core, &data, 0);
|
||||
pa_source_output_new(&c->source_output, c->protocol->core, &data);
|
||||
pa_source_output_new_data_done(&data);
|
||||
|
||||
if (!c->source_output) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue