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

Umang Jain email at uajain.com
Tue Jun 16 16:30:52 CEST 2020


Hi Paul,

Thank you for the patch.

On 6/16/20 4:24 PM, 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)

Looks good to me.

Reviewed-by: Umang Jain <email at uajain.com>



More information about the libcamera-devel mailing list