mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	use the newer name for monotonic/monotonous
This commit is contained in:
		
							parent
							
								
									2c5a33d9d8
								
							
						
					
					
						commit
						1e36b57b13
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -892,7 +892,7 @@ static int create_stream(
 | 
			
		|||
        if (s->smoother)
 | 
			
		||||
            pa_smoother_free(s->smoother);
 | 
			
		||||
 | 
			
		||||
        s->smoother = pa_smoother_new(SMOOTHER_ADJUST_TIME, SMOOTHER_HISTORY_TIME, !(flags & PA_STREAM_NOT_MONOTONOUS), SMOOTHER_MIN_HISTORY);
 | 
			
		||||
        s->smoother = pa_smoother_new(SMOOTHER_ADJUST_TIME, SMOOTHER_HISTORY_TIME, !(flags & PA_STREAM_NOT_MONOTONIC), SMOOTHER_MIN_HISTORY);
 | 
			
		||||
 | 
			
		||||
        x = pa_rtclock_usec();
 | 
			
		||||
        pa_smoother_set_time_offset(s->smoother, x);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue