mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	pulse-server: fix sink-input mute
This commit is contained in:
		
							parent
							
								
									7434986452
								
							
						
					
					
						commit
						505ae98b0f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2651,7 +2651,7 @@ static int do_set_stream_mute(struct client *client, uint32_t command, uint32_t
 | 
			
		|||
 | 
			
		||||
		spa_zero(sel);
 | 
			
		||||
		sel.id = id;
 | 
			
		||||
		if (command == COMMAND_SET_SINK_INPUT_VOLUME)
 | 
			
		||||
		if (command == COMMAND_SET_SINK_INPUT_MUTE)
 | 
			
		||||
			sel.type = is_sink_input;
 | 
			
		||||
		else
 | 
			
		||||
			sel.type = is_source_output;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue