mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	audioconvert: fix debug
This commit is contained in:
		
							parent
							
								
									b79c7f578e
								
							
						
					
					
						commit
						281b65934e
					
				
					 3 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -161,11 +161,11 @@ static int setup_convert(struct impl *this)
 | 
			
		|||
	dst_fmt = outformat.format.info.raw.format;
 | 
			
		||||
 | 
			
		||||
	spa_log_info(this->log, NAME " %p: %s/%d@%d.%d->%s/%d@%d.%d", this,
 | 
			
		||||
			spa_debug_type_find_name(spa_debug_types, src_fmt),
 | 
			
		||||
			spa_debug_type_find_name(spa_type_audio_format, src_fmt),
 | 
			
		||||
			informat.format.info.raw.channels,
 | 
			
		||||
			informat.format.info.raw.rate,
 | 
			
		||||
			informat.format.info.raw.layout,
 | 
			
		||||
			spa_debug_type_find_name(spa_debug_types, dst_fmt),
 | 
			
		||||
			spa_debug_type_find_name(spa_type_audio_format, dst_fmt),
 | 
			
		||||
			outformat.format.info.raw.channels,
 | 
			
		||||
			outformat.format.info.raw.rate,
 | 
			
		||||
			outformat.format.info.raw.layout);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -532,12 +532,12 @@ static int setup_convert(struct impl *this)
 | 
			
		|||
	dst_fmt = outport->format.info.raw.format;
 | 
			
		||||
 | 
			
		||||
	spa_log_info(this->log, NAME " %p: %s/%d@%d.%dx%d->%s/%d@%d.%d", this,
 | 
			
		||||
			spa_debug_type_find_name(spa_debug_types, src_fmt),
 | 
			
		||||
			spa_debug_type_find_name(spa_type_audio_format, src_fmt),
 | 
			
		||||
			inport->format.info.raw.channels,
 | 
			
		||||
			inport->format.info.raw.rate,
 | 
			
		||||
			inport->format.info.raw.layout,
 | 
			
		||||
			this->port_count,
 | 
			
		||||
			spa_debug_type_find_name(spa_debug_types, dst_fmt),
 | 
			
		||||
			spa_debug_type_find_name(spa_type_audio_format, dst_fmt),
 | 
			
		||||
			outport->format.info.raw.channels,
 | 
			
		||||
			outport->format.info.raw.rate,
 | 
			
		||||
			outport->format.info.raw.layout);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -534,12 +534,12 @@ static int setup_convert(struct impl *this)
 | 
			
		|||
	dst_fmt = outport->format.info.raw.format;
 | 
			
		||||
 | 
			
		||||
	spa_log_info(this->log, NAME " %p: %s/%d@%d.%dx%d->%s/%d@%d.%d", this,
 | 
			
		||||
			spa_debug_type_find_name(spa_debug_types, src_fmt),
 | 
			
		||||
			spa_debug_type_find_name(spa_type_audio_format, src_fmt),
 | 
			
		||||
			inport->format.info.raw.channels,
 | 
			
		||||
			inport->format.info.raw.rate,
 | 
			
		||||
			inport->format.info.raw.layout,
 | 
			
		||||
			this->port_count,
 | 
			
		||||
			spa_debug_type_find_name(spa_debug_types, dst_fmt),
 | 
			
		||||
			spa_debug_type_find_name(spa_type_audio_format, dst_fmt),
 | 
			
		||||
			outport->format.info.raw.channels,
 | 
			
		||||
			outport->format.info.raw.rate,
 | 
			
		||||
			outport->format.info.raw.layout);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue