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
|
|
@ -201,6 +201,8 @@ typedef struct pa_source_output_send_event_hook_data {
|
|||
} pa_source_output_send_event_hook_data;
|
||||
|
||||
typedef struct pa_source_output_new_data {
|
||||
pa_source_output_flags_t flags;
|
||||
|
||||
pa_proplist *proplist;
|
||||
pa_sink_input *direct_on_input;
|
||||
|
||||
|
|
@ -231,8 +233,7 @@ void pa_source_output_new_data_done(pa_source_output_new_data *data);
|
|||
int pa_source_output_new(
|
||||
pa_source_output**o,
|
||||
pa_core *core,
|
||||
pa_source_output_new_data *data,
|
||||
pa_source_output_flags_t flags);
|
||||
pa_source_output_new_data *data);
|
||||
|
||||
void pa_source_output_put(pa_source_output *o);
|
||||
void pa_source_output_unlink(pa_source_output*o);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue