mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	adapter: also forward the RequestProcess events
This commit is contained in:
		
							parent
							
								
									42df643e0c
								
							
						
					
					
						commit
						c6ae68b932
					
				
					 2 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1360,7 +1360,8 @@ static void follower_event(void *data, const struct spa_event *event)
 | 
			
		|||
 | 
			
		||||
	switch (SPA_NODE_EVENT_ID(event)) {
 | 
			
		||||
	case SPA_NODE_EVENT_Error:
 | 
			
		||||
		/* Forward errors */
 | 
			
		||||
	case SPA_NODE_EVENT_RequestProcess:
 | 
			
		||||
		/* Forward errors and process requests */
 | 
			
		||||
		spa_node_emit_event(&this->hooks, event);
 | 
			
		||||
		break;
 | 
			
		||||
	default:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1333,7 +1333,8 @@ static void follower_event(void *data, const struct spa_event *event)
 | 
			
		|||
 | 
			
		||||
	switch (SPA_NODE_EVENT_ID(event)) {
 | 
			
		||||
	case SPA_NODE_EVENT_Error:
 | 
			
		||||
		/* Forward errors */
 | 
			
		||||
	case SPA_NODE_EVENT_RequestProcess:
 | 
			
		||||
		/* Forward errors and process requests */
 | 
			
		||||
		spa_node_emit_event(&this->hooks, event);
 | 
			
		||||
		break;
 | 
			
		||||
	default:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue