libcamera: ipu3: Remove unused name_ filed from IPU3Stream

The field is never used, remove it.

Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Niklas Söderlund
2020-06-27 01:21:39 +02:00
parent 39fa976b46
commit 76332f0f8a
-4
View File
@@ -109,7 +109,6 @@ public:
bool active_;
bool raw_;
std::string name_;
ImgUDevice::ImgUOutput *device_;
};
@@ -867,11 +866,8 @@ int PipelineHandlerIPU3::registerCameras()
*/
data->imgu_ = numCameras ? &imgu1_ : &imgu0_;
data->outStream_.device_ = &data->imgu_->output_;
data->outStream_.name_ = "output";
data->vfStream_.device_ = &data->imgu_->viewfinder_;
data->vfStream_.name_ = "viewfinder";
data->rawStream_.raw_ = true;
data->rawStream_.name_ = "raw";
/*
* Connect video devices' 'bufferReady' signals to their