pipeline: raspberrypi: Fix typo in a comment
s/embedded/bayer/ Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: Sebastian Fricke <sebastian.fricke@posteo.net> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
committed by
Laurent Pinchart
parent
a8fb12877a
commit
796109c8dc
@@ -1802,7 +1802,7 @@ bool RPiCameraData::findMatchingBuffers(BayerFrame &bayerFrame, FrameBuffer *&em
|
||||
* pending embedded data buffers.
|
||||
*/
|
||||
if (bayerRequeueCount == unicam_[Unicam::Image].getBuffers().size()) {
|
||||
/* The embedded queue must be empty at this point! */
|
||||
/* The bayer queue must be empty at this point! */
|
||||
ASSERT(bayerQueue_.empty());
|
||||
|
||||
LOG(RPI, Warning) << "Flushing embedded data stream!";
|
||||
|
||||
Reference in New Issue
Block a user