mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	client-node: we need io on the mixer nodes
This commit is contained in:
		
							parent
							
								
									52efeb5181
								
							
						
					
					
						commit
						a50ea4c929
					
				
					 1 changed files with 1 additions and 5 deletions
				
			
		| 
						 | 
					@ -646,11 +646,7 @@ impl_node_port_set_io(struct spa_node *node,
 | 
				
			||||||
		      uint32_t id,
 | 
							      uint32_t id,
 | 
				
			||||||
		      void *data, size_t size)
 | 
							      void *data, size_t size)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	struct node *this;
 | 
						return -ENOTSUP;
 | 
				
			||||||
 | 
					 | 
				
			||||||
	this = SPA_CONTAINER_OF(node, struct node, node);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	return do_port_set_io(this->impl, direction, port_id, 0, id, data, size);
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static int
 | 
					static int
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue