mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	pulse-server: debug the fixed format/rate/channel
This commit is contained in:
		
							parent
							
								
									0e823d8a0f
								
							
						
					
					
						commit
						91ac3acf3d
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -1736,8 +1736,8 @@ static int do_create_playback_stream(struct client *client, uint32_t command, ui
 | 
				
			||||||
			n_valid_formats++;
 | 
								n_valid_formats++;
 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
			pw_log_warn("%p: unsupported format:%s rate:%d channels:%u",
 | 
								pw_log_warn("%p: unsupported format:%s rate:%d channels:%u",
 | 
				
			||||||
					impl, format_id2name(ss.format), ss.rate,
 | 
										impl, format_id2name(sfix.format), sfix.rate,
 | 
				
			||||||
					ss.channels);
 | 
										sfix.channels);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2001,8 +2001,8 @@ static int do_create_record_stream(struct client *client, uint32_t command, uint
 | 
				
			||||||
			n_valid_formats++;
 | 
								n_valid_formats++;
 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
			pw_log_warn("%p: unsupported format:%s rate:%d channels:%u",
 | 
								pw_log_warn("%p: unsupported format:%s rate:%d channels:%u",
 | 
				
			||||||
					impl, format_id2name(ss.format), ss.rate,
 | 
										impl, format_id2name(sfix.format), sfix.rate,
 | 
				
			||||||
					ss.channels);
 | 
										sfix.channels);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	if (m->offset != m->length)
 | 
						if (m->offset != m->length)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue