mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	Make AllocParams into POD objects
Make allocparams into pod objects. This makes it easy to serialize, copy, create and intersect them. Add convenience macros for properties Add helper function to collect object properties.
This commit is contained in:
		
							parent
							
								
									b1f7df52e3
								
							
						
					
					
						commit
						8a6ce3b179
					
				
					 34 changed files with 948 additions and 1054 deletions
				
			
		| 
						 | 
				
			
			@ -34,6 +34,7 @@ typedef struct {
 | 
			
		|||
  PinosListener  check_dispatch;
 | 
			
		||||
} ModuleImpl;
 | 
			
		||||
 | 
			
		||||
#if 0
 | 
			
		||||
static bool
 | 
			
		||||
check_global_owner (PinosCore   *core,
 | 
			
		||||
                    PinosClient *client,
 | 
			
		||||
| 
						 | 
				
			
			@ -53,6 +54,7 @@ check_global_owner (PinosCore   *core,
 | 
			
		|||
 | 
			
		||||
  return false;
 | 
			
		||||
}
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
do_check_send (PinosListener    *listener,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue