mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-06 11:35:32 +00:00
call-display: Only mute the microphone with the Mute button
Don't mute the sink (the codec speaker feed), only mute the source (the microphone feed). Fixes #112
This commit is contained in:
parent
0634f49fc7
commit
7d02dcbb66
1 changed files with 0 additions and 8 deletions
|
@ -490,14 +490,6 @@ ugly_mute_pressed_cb (CallsCallDisplay *self,
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
ok = ugly_pa_mute ("sink", UGLY_SINK, want_mute);
|
||||
if (!ok)
|
||||
{
|
||||
/* Stop other handlers */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
/* Continue with other handlers */
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue