mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	libcamera: Fix build error
This is backward compatible and will be needed for libcamera 0.0.3
This commit is contained in:
		
							parent
							
								
									b952d52b59
								
							
						
					
					
						commit
						75007ae94f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -74,7 +74,7 @@ static void spa_libcamera_get_config(struct impl *impl)
 | 
				
			||||||
		return;
 | 
							return;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	StreamRoles roles;
 | 
						StreamRoles roles;
 | 
				
			||||||
	roles.push_back(VideoRecording);
 | 
						roles.push_back(StreamRole::VideoRecording);
 | 
				
			||||||
	impl->config = impl->camera->generateConfiguration(roles);
 | 
						impl->config = impl->camera->generateConfiguration(roles);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue