mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	v4l2: set result param id
This commit is contained in:
		
							parent
							
								
									8b2b7c3053
								
							
						
					
					
						commit
						306f0dd964
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -1025,6 +1025,7 @@ spa_v4l2_enum_controls(struct impl *this, int seq,
 | 
				
			||||||
	if ((res = spa_v4l2_open(dev, this->props.device)) < 0)
 | 
						if ((res = spa_v4l2_open(dev, this->props.device)) < 0)
 | 
				
			||||||
		return res;
 | 
							return res;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						result.id = SPA_PARAM_PropInfo;
 | 
				
			||||||
	result.next = start;
 | 
						result.next = start;
 | 
				
			||||||
      next:
 | 
					      next:
 | 
				
			||||||
	result.index = result.next;
 | 
						result.index = result.next;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue