mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	Add more generic export-spa example
Replace the v4l2 example with a more generic version that can add any spa node to a remote graph Make the dictionary items const Add some info to nodes and factories. Add the node info to the node properties. We can then set the media.class directly on the node, instead of letting the monitor set it. Debug node info in spa-inspect. Do async operation on the audiotestsrc and videotestsrc differently.
This commit is contained in:
		
							parent
							
								
									21cd5a2918
								
							
						
					
					
						commit
						dc85a79786
					
				
					 19 changed files with 190 additions and 92 deletions
				
			
		| 
						 | 
				
			
			@ -198,7 +198,7 @@ new_node (GstPipeWireDeviceProvider *self, const struct pw_node_info *info, uint
 | 
			
		|||
  GstCaps *caps = NULL;
 | 
			
		||||
  GstStructure *props;
 | 
			
		||||
  const gchar *klass = NULL;
 | 
			
		||||
  struct spa_dict_item *item;
 | 
			
		||||
  const struct spa_dict_item *item;
 | 
			
		||||
  GstPipeWireDeviceType type;
 | 
			
		||||
  int i;
 | 
			
		||||
  struct pw_type *t = self->type;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue