mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	client-node: improve debug
This commit is contained in:
		
							parent
							
								
									9758e37279
								
							
						
					
					
						commit
						a3033ee2b7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -892,12 +892,12 @@ static int impl_node_process_output(struct spa_node *node)
 | 
			
		|||
	this = SPA_CONTAINER_OF(node, struct node, node);
 | 
			
		||||
	impl = this->impl;
 | 
			
		||||
 | 
			
		||||
	pw_log_trace("client-node %p: process output %d", this, impl->out_pending);
 | 
			
		||||
	if (impl->out_pending)
 | 
			
		||||
		return SPA_STATUS_OK;
 | 
			
		||||
 | 
			
		||||
	impl->out_pending = true;
 | 
			
		||||
 | 
			
		||||
	pw_log_trace("client-node %p: send process output", this);
 | 
			
		||||
	pw_client_node_transport_add_message(impl->transport,
 | 
			
		||||
			       &PW_CLIENT_NODE_MESSAGE_INIT(PW_CLIENT_NODE_MESSAGE_PROCESS_OUTPUT));
 | 
			
		||||
	do_flush(this);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue