mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	mark null sink as support dynamic latency
This commit is contained in:
		
							parent
							
								
									298bd0b0c6
								
							
						
					
					
						commit
						f204c0fe43
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -289,7 +289,7 @@ int pa__init(pa_module*m) {
 | 
			
		|||
    pa_proplist_sets(data.proplist, PA_PROP_DEVICE_DESCRIPTION, pa_modargs_get_value(ma, "description", "Null Output"));
 | 
			
		||||
    pa_proplist_sets(data.proplist, PA_PROP_DEVICE_CLASS, "abstract");
 | 
			
		||||
 | 
			
		||||
    u->sink = pa_sink_new(m->core, &data, PA_SINK_LATENCY);
 | 
			
		||||
    u->sink = pa_sink_new(m->core, &data, PA_SINK_LATENCY|PA_SINK_DYNAMIC_LATENCY);
 | 
			
		||||
    pa_sink_new_data_done(&data);
 | 
			
		||||
 | 
			
		||||
    if (!u->sink) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue