mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	node: add props to add_port
This commit is contained in:
		
							parent
							
								
									eea062ee53
								
							
						
					
					
						commit
						b743518f78
					
				
					 26 changed files with 118 additions and 52 deletions
				
			
		| 
						 | 
				
			
			@ -194,7 +194,8 @@ impl_node_set_callbacks(struct spa_node *node,
 | 
			
		|||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static int impl_node_add_port(struct spa_node *node, enum spa_direction direction, uint32_t port_id)
 | 
			
		||||
static int impl_node_add_port(struct spa_node *node, enum spa_direction direction, uint32_t port_id,
 | 
			
		||||
		const struct spa_dict *props)
 | 
			
		||||
{
 | 
			
		||||
	struct impl *this;
 | 
			
		||||
	struct port *port;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue