mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	pw_impl_module_load -> pw_context_load_module
This commit is contained in:
		
							parent
							
								
									3084809bed
								
							
						
					
					
						commit
						bc0dcd2e34
					
				
					 8 changed files with 16 additions and 16 deletions
				
			
		| 
						 | 
				
			
			@ -409,8 +409,8 @@ int main(int argc, char *argv[])
 | 
			
		|||
 | 
			
		||||
	spa_hook_list_init(&data.hooks);
 | 
			
		||||
 | 
			
		||||
	pw_impl_module_load(data.context, "libpipewire-module-spa-node-factory", NULL, NULL);
 | 
			
		||||
	pw_impl_module_load(data.context, "libpipewire-module-link-factory", NULL, NULL);
 | 
			
		||||
	pw_context_load_module(data.context, "libpipewire-module-spa-node-factory", NULL, NULL);
 | 
			
		||||
	pw_context_load_module(data.context, "libpipewire-module-link-factory", NULL, NULL);
 | 
			
		||||
 | 
			
		||||
	if (SDL_Init(SDL_INIT_VIDEO) < 0) {
 | 
			
		||||
		printf("can't initialize SDL: %s\n", SDL_GetError());
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue