mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	pulse-server: module-null-sink: add missing version to events struct
This commit is contained in:
		
							parent
							
								
									6f5b089767
								
							
						
					
					
						commit
						09c162c8bf
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -74,6 +74,7 @@ static int module_null_sink_load(struct client *client, struct module *module)
 | 
			
		|||
{
 | 
			
		||||
	struct module_null_sink_data *d = module->user_data;
 | 
			
		||||
	static const struct pw_proxy_events proxy_events = {
 | 
			
		||||
		PW_VERSION_PROXY_EVENTS,
 | 
			
		||||
		.removed = module_null_sink_proxy_removed,
 | 
			
		||||
		.bound = module_null_sink_proxy_bound,
 | 
			
		||||
		.error = module_null_sink_proxy_error,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue