mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	node: add set_param and send_command methods
This commit is contained in:
		
							parent
							
								
									1ea3d5c474
								
							
						
					
					
						commit
						aab69948b0
					
				
					 4 changed files with 128 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -759,7 +759,7 @@ static int impl_node_process(struct spa_node *node)
 | 
			
		|||
	outio = outport->io;
 | 
			
		||||
	spa_return_val_if_fail(outio != NULL, -EIO);
 | 
			
		||||
 | 
			
		||||
	spa_log_trace(this->log, NAME " %p: status %d %d", this, outio->status, outio->buffer_id);
 | 
			
		||||
	spa_log_trace(this->log, NAME " %p: status %p %d %d", this, outio, outio->status, outio->buffer_id);
 | 
			
		||||
 | 
			
		||||
	if (outio->status == SPA_STATUS_HAVE_BUFFER)
 | 
			
		||||
		return outio->status;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue