mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
introspect: don't store mute state
This commit is contained in:
parent
b98c98cc8d
commit
3cfbdc750a
1 changed files with 0 additions and 1 deletions
|
|
@ -879,7 +879,6 @@ pa_operation* pa_context_set_sink_input_mute(pa_context *c, uint32_t idx, int mu
|
||||||
if ((s = find_stream(c, idx)) == NULL)
|
if ((s = find_stream(c, idx)) == NULL)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
s->mute = mute;
|
|
||||||
if (mute)
|
if (mute)
|
||||||
pw_stream_set_control(s->stream, PW_STREAM_CONTROL_VOLUME, 0.0);
|
pw_stream_set_control(s->stream, PW_STREAM_CONTROL_VOLUME, 0.0);
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue