mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	stream: add n_buffers to debug log
This commit is contained in:
		
							parent
							
								
									871e6da34a
								
							
						
					
					
						commit
						915539e6d4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -455,7 +455,7 @@ do_call_process(struct spa_loop *loop,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static inline void call_process(struct stream *impl)
 | 
					static inline void call_process(struct stream *impl)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	pw_log_trace_fp("%p: call process rt:%u", impl, impl->process_rt);
 | 
						pw_log_trace_fp("%p: call process rt:%u buffers:%d", impl, impl->process_rt, impl->n_buffers);
 | 
				
			||||||
	if (impl->n_buffers == 0 ||
 | 
						if (impl->n_buffers == 0 ||
 | 
				
			||||||
	    (impl->direction == SPA_DIRECTION_OUTPUT && update_requested(impl) <= 0))
 | 
						    (impl->direction == SPA_DIRECTION_OUTPUT && update_requested(impl) <= 0))
 | 
				
			||||||
		return;
 | 
							return;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue