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:
Naushir Patuck
2021-04-15 11:17:42 +01:00
committed by Laurent Pinchart
parent a8fb12877a
commit 796109c8dc

View File

@@ -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!";