[libcamera-devel] [PATCH] pipeline: raspberrypi: Fix typo in a comment
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Tue Apr 20 02:36:20 CEST 2021
Hi Naush,
Thank you for the patch.
On Thu, Apr 15, 2021 at 11:17:42AM +0100, Naushir Patuck wrote:
> s/embedded/bayer/
>
> Signed-off-by: Naushir Patuck <naush at raspberrypi.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> ---
> src/libcamera/pipeline/raspberrypi/raspberrypi.cpp | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp
> index f22e286ed87a..2a917455500f 100644
> --- a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp
> +++ b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp
> @@ -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!";
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list