mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	pass spa_dict around as config
Don't pass pw_properties around when we simply need to pass around config info, only use pw_properties when used to construct an object that keeps the properties.
This commit is contained in:
		
							parent
							
								
									3eec3f5abf
								
							
						
					
					
						commit
						1317ca140c
					
				
					 20 changed files with 73 additions and 68 deletions
				
			
		| 
						 | 
				
			
			@ -45,9 +45,9 @@ static const struct spa_dict_item module_props[] = {
 | 
			
		|||
};
 | 
			
		||||
 | 
			
		||||
struct pw_proxy *pw_core_node_export(struct pw_core *core,
 | 
			
		||||
		uint32_t type, struct pw_properties *props, void *object, size_t user_data_size);
 | 
			
		||||
		uint32_t type, const struct spa_dict *props, void *object, size_t user_data_size);
 | 
			
		||||
struct pw_proxy *pw_core_spa_node_export(struct pw_core *core,
 | 
			
		||||
		uint32_t type, struct pw_properties *props, void *object, size_t user_data_size);
 | 
			
		||||
		uint32_t type, const struct spa_dict *props, void *object, size_t user_data_size);
 | 
			
		||||
 | 
			
		||||
struct pw_protocol *pw_protocol_native_ext_client_node_init(struct pw_context *context);
 | 
			
		||||
struct pw_protocol *pw_protocol_native_ext_client_node0_init(struct pw_context *context);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue