mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	module-raop: set min-latency correctly
I think we need to set this to the min-latency, not the latency we will report in the sync messages. See #3282
This commit is contained in:
		
							parent
							
								
									8eb6c0ec33
								
							
						
					
					
						commit
						802b51a0cb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1252,7 +1252,7 @@ static int rtsp_do_announce(struct impl *impl)
 | 
			
		|||
				"a=min-latency:%d",
 | 
			
		||||
				impl->session_id, ip_version, local_ip,
 | 
			
		||||
				ip_version, host, frames, impl->info.rate,
 | 
			
		||||
				impl->latency + RAOP_LATENCY_MIN);
 | 
			
		||||
				RAOP_LATENCY_MIN);
 | 
			
		||||
		if (!sdp)
 | 
			
		||||
			return -errno;
 | 
			
		||||
		break;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue