mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	module-rtp: silence some debug
This commit is contained in:
		
							parent
							
								
									a275e825c7
								
							
						
					
					
						commit
						c968259348
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -889,7 +889,7 @@ static void parse_apple_midi_cmd_ck(struct impl *impl, bool ctrl, uint8_t *buffe
 | 
			
		|||
		latency = t3 - t1;
 | 
			
		||||
		offset = ((t3 + t1) / 2) - t2;
 | 
			
		||||
 | 
			
		||||
		pw_log_info("latency:%f offset:%f", latency / 1e5, offset / 1e5);
 | 
			
		||||
		pw_log_debug("latency:%f offset:%f", latency / 1e5, offset / 1e5);
 | 
			
		||||
		if (hdr->count >= 2)
 | 
			
		||||
			return;
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			@ -1654,7 +1654,7 @@ static void on_timer_event(void *data, uint64_t expirations)
 | 
			
		|||
	struct session *sess;
 | 
			
		||||
	uint64_t current_time = impl->next_time;
 | 
			
		||||
 | 
			
		||||
	pw_log_info("timeout");
 | 
			
		||||
	pw_log_debug("timeout");
 | 
			
		||||
	spa_list_for_each(sess, &impl->sessions, link) {
 | 
			
		||||
		if (sess->state != SESSION_STATE_ESTABLISHED)
 | 
			
		||||
			continue;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue