mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	autoconf beefup
build fixes git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@134 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
		
							parent
							
								
									ca2265f372
								
							
						
					
					
						commit
						711de8df9b
					
				
					 9 changed files with 264 additions and 23 deletions
				
			
		| 
						 | 
				
			
			@ -62,7 +62,7 @@ struct pa_source* pa_source_new(struct pa_core *core, const char *name, int fail
 | 
			
		|||
    r = pa_idxset_put(core->sources, s, &s->index);
 | 
			
		||||
    assert(s->index != PA_IDXSET_INVALID && r >= 0);
 | 
			
		||||
 | 
			
		||||
    pa_sample_snprint(st, sizeof(st), spec);
 | 
			
		||||
    pa_sample_spec_snprint(st, sizeof(st), spec);
 | 
			
		||||
    fprintf(stderr, "source: created %u \"%s\" with sample spec \"%s\"\n", s->index, s->name, st);
 | 
			
		||||
 | 
			
		||||
    pa_subscription_post(core, PA_SUBSCRIPTION_EVENT_SOURCE | PA_SUBSCRIPTION_EVENT_NEW, s->index);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue