mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	core: add PW_KEY_CORE_PROFILE_MODULES
Let the core load a set of default modules. Add a key to control what default set to load, falling back to a reasonable set. Make the daemon not load any set and rely on the config script to load modules.
This commit is contained in:
		
							parent
							
								
									6b1e1a82f1
								
							
						
					
					
						commit
						1ba5a17236
					
				
					 7 changed files with 25 additions and 19 deletions
				
			
		| 
						 | 
				
			
			@ -93,6 +93,7 @@ int main(int argc, char *argv[])
 | 
			
		|||
 | 
			
		||||
	properties = pw_properties_new(
 | 
			
		||||
                                PW_KEY_CORE_NAME, daemon_name,
 | 
			
		||||
                                PW_KEY_CORE_PROFILE_MODULES, "none",
 | 
			
		||||
                                PW_KEY_CORE_DAEMON, "1", NULL);
 | 
			
		||||
 | 
			
		||||
	/* parse configuration */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue