[libcamera-devel] [PATCH] libcamera: StreamConfiguration: Fix typo in documentation

Laurent Pinchart laurent.pinchart at ideasonboard.com
Wed Jun 17 02:30:07 CEST 2020


Hi Paul,

Thank you for the patch.

On Tue, Jun 16, 2020 at 07:54:00PM +0900, Paul Elder wrote:
> Fix a typo in the documentation in the StreamConfiguration constructor.
> 
> Signed-off-by: Paul Elder <paul.elder at ideasonboard.com>
> ---
>  src/libcamera/stream.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/libcamera/stream.cpp b/src/libcamera/stream.cpp
> index f34348f..8e78234 100644
> --- a/src/libcamera/stream.cpp
> +++ b/src/libcamera/stream.cpp
> @@ -276,7 +276,7 @@ SizeRange StreamFormats::range(const PixelFormat &pixelformat) const
>  
>  /**
>   * \todo This method is deprecated and should be removed once all pipeline
> - * handlers provied StreamFormats.
> + * handlers provide StreamFormats.
>   */
>  StreamConfiguration::StreamConfiguration()
>  	: pixelFormat(0), stream_(nullptr)

Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>


-- 
Regards,

Laurent Pinchart


More information about the libcamera-devel mailing list