mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
sink-input, source-output: remove set_name()
pa_sink_input_set_property() does everything pa_sink_input_set_name() does.
This commit is contained in:
parent
3e7e901ba0
commit
16b4624961
5 changed files with 2 additions and 56 deletions
|
|
@ -291,8 +291,6 @@ int pa_source_output_new(
|
|||
void pa_source_output_put(pa_source_output *o);
|
||||
void pa_source_output_unlink(pa_source_output*o);
|
||||
|
||||
void pa_source_output_set_name(pa_source_output *o, const char *name);
|
||||
|
||||
pa_usec_t pa_source_output_set_requested_latency(pa_source_output *o, pa_usec_t usec);
|
||||
|
||||
void pa_source_output_cork(pa_source_output *o, bool b);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue