mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	media-session: use the right define for the bitmask
This commit is contained in:
		
							parent
							
								
									47d59ac4d9
								
							
						
					
					
						commit
						cf35e52586
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -226,7 +226,7 @@ static void object_update(void *data)
 | 
			
		|||
	    strcmp(str, "bluetooth") == 0)
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	if (dev->obj->obj.changed & SM_NODE_CHANGE_MASK_PARAMS) {
 | 
			
		||||
	if (dev->obj->obj.changed & SM_DEVICE_CHANGE_MASK_PARAMS) {
 | 
			
		||||
		struct sm_param *p;
 | 
			
		||||
		spa_list_for_each(p, &dev->obj->param_list, link) {
 | 
			
		||||
			if (pw_log_level_enabled(SPA_LOG_LEVEL_DEBUG))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue