mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	Add audiotestsrc
Work on idle poll Move node state to the node interface so that we can actually get it in the sync case. Add enabled field to the poll event Work on audiotestsrc
This commit is contained in:
		
							parent
							
								
									52e45cf2a1
								
							
						
					
					
						commit
						7aa79a2a0d
					
				
					 24 changed files with 721 additions and 100 deletions
				
			
		| 
						 | 
				
			
			@ -262,7 +262,7 @@ spa_xv_sink_node_get_port_ids (SpaNode       *node,
 | 
			
		|||
  if (node == NULL || node->handle == NULL)
 | 
			
		||||
    return SPA_RESULT_INVALID_ARGUMENTS;
 | 
			
		||||
 | 
			
		||||
  if (n_output_ports > 0)
 | 
			
		||||
  if (n_output_ports > 0 && output_ids != NULL)
 | 
			
		||||
    output_ids[0] = 0;
 | 
			
		||||
 | 
			
		||||
  return SPA_RESULT_OK;
 | 
			
		||||
| 
						 | 
				
			
			@ -500,6 +500,7 @@ spa_xv_sink_node_port_push_event (SpaNode        *node,
 | 
			
		|||
static const SpaNode xvsink_node = {
 | 
			
		||||
  NULL,
 | 
			
		||||
  sizeof (SpaNode),
 | 
			
		||||
  SPA_NODE_STATE_INIT,
 | 
			
		||||
  spa_xv_sink_node_get_props,
 | 
			
		||||
  spa_xv_sink_node_set_props,
 | 
			
		||||
  spa_xv_sink_node_send_command,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue