mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	pw_impl_device_new -> pw_context_create_device
This commit is contained in:
		
							parent
							
								
									c3f6524120
								
							
						
					
					
						commit
						6043a3f8c0
					
				
					 4 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -128,7 +128,7 @@ struct pw_impl_device *pw_client_device_new(struct pw_resource *resource,
 | 
			
		|||
 | 
			
		||||
	pw_properties_setf(properties, PW_KEY_CLIENT_ID, "%d", client->global->id);
 | 
			
		||||
 | 
			
		||||
	device = pw_impl_device_new(context, properties, sizeof(struct impl));
 | 
			
		||||
	device = pw_context_create_device(context, properties, sizeof(struct impl));
 | 
			
		||||
	if (device == NULL)
 | 
			
		||||
		return NULL;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue