mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	impl-node: the mix output port is always 0
This commit is contained in:
		
							parent
							
								
									5273320825
								
							
						
					
					
						commit
						d762d57665
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -1385,8 +1385,7 @@ static int node_reuse_buffer(void *data, uint32_t port_id, uint32_t buffer_id)
 | 
				
			||||||
	spa_list_for_each(p, &node->rt.input_mix, rt.node_link) {
 | 
						spa_list_for_each(p, &node->rt.input_mix, rt.node_link) {
 | 
				
			||||||
		if (p->port_id != port_id)
 | 
							if (p->port_id != port_id)
 | 
				
			||||||
			continue;
 | 
								continue;
 | 
				
			||||||
 | 
							spa_node_port_reuse_buffer(p->mix, 0, buffer_id);
 | 
				
			||||||
		spa_node_port_reuse_buffer(p->mix, p->port_id, buffer_id);
 | 
					 | 
				
			||||||
		break;
 | 
							break;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	return 0;
 | 
						return 0;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue