mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	conf: more work on config changes
Add -c option to pipewire to select config file. Use this to select the uninstalled conf file. Rename conf properties, prefix with context. Simplify the main daemon now that everything can go in config. Simplify pipewire-pulse now that we can put everything in config, it's now virtually the same as pipewire but with a differenct config file. Parse server addresses as array of strings.
This commit is contained in:
		
							parent
							
								
									fc90a4e48a
								
							
						
					
					
						commit
						80825aeaea
					
				
					 16 changed files with 104 additions and 156 deletions
				
			
		| 
						 | 
				
			
			@ -530,7 +530,6 @@ static void core_dump(struct object *o)
 | 
			
		|||
	put_value(d, "host-name", i->host_name);
 | 
			
		||||
	put_value(d, "version", i->version);
 | 
			
		||||
	put_value(d, "name", i->name);
 | 
			
		||||
	put_value(d, "name", i->name);
 | 
			
		||||
	put_flags(d, "change-mask", i->change_mask, fl);
 | 
			
		||||
	put_dict(d, "props", i->props);
 | 
			
		||||
	put_end(d, "}", 0);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue