mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	properly notify clients about suspended state when moving source output streams. Closes #244. Patch from slicer
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2181 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
		
							parent
							
								
									8298b6b12f
								
							
						
					
					
						commit
						bc5e3f1555
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1177,6 +1177,7 @@ static void source_output_moved_cb(pa_source_output *o) {
 | 
			
		|||
    pa_tagstruct_putu32(t, s->index);
 | 
			
		||||
    pa_tagstruct_putu32(t, o->source->index);
 | 
			
		||||
    pa_tagstruct_puts(t, o->source->name);
 | 
			
		||||
    pa_tagstruct_put_boolean(t, pa_source_get_state(o->source) == PA_SOURCE_SUSPENDED);
 | 
			
		||||
    pa_pstream_send_tagstruct(s->connection->pstream, t);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue