mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-18 06:59:57 -05:00
rename pa_source_output_new_data::corked to start_corked to match pa_sink_input_new_data::start_corked
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1563 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
0defdfb560
commit
d3eca287cf
4 changed files with 4 additions and 3 deletions
|
|
@ -104,7 +104,7 @@ typedef struct pa_source_output_new_data {
|
|||
|
||||
pa_resample_method_t resample_method;
|
||||
|
||||
int corked;
|
||||
int start_corked;
|
||||
} pa_source_output_new_data;
|
||||
|
||||
pa_source_output_new_data* pa_source_output_new_data_init(pa_source_output_new_data *data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue