libcamera: Rename V4L2Device to V4L2VideoDevice
In preparation of creating a new V4L2Device base class, rename V4L2Device to V4L2VideoDevice. This is a project wide rename without any intended functional change. Signed-off-by: Jacopo Mondi <jacopo@jmondi.org> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
@@ -59,7 +59,7 @@ private:
|
||||
friend class BufferPool;
|
||||
friend class PipelineHandler;
|
||||
friend class Request;
|
||||
friend class V4L2Device;
|
||||
friend class V4L2VideoDevice;
|
||||
|
||||
void cancel();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user