[libcamera-devel] [PATCH] test: gstreamer: Fix redundant word in error message.

Vedant Paranjape vedantparanjape160201 at gmail.com
Mon Sep 12 14:45:19 CEST 2022


Hello Rishikesh,

Thanks for the patch.


On Sun, Sep 11, 2022 at 11:39 PM Rishikesh Donadkar
<rishikeshdonadkar at gmail.com> wrote:
>
> Fix redundant "create" in the error message.
>
> Signed-off-by: Rishikesh Donadkar <rishikeshdonadkar at gmail.com>
Reviewed-by: Vedant Paranjape <vedantparanjape160201 at gmail.com>
> ---
>  test/gstreamer/gstreamer_test.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/test/gstreamer/gstreamer_test.cpp b/test/gstreamer/gstreamer_test.cpp
> index 4947b7bb..66cc2166 100644
> --- a/test/gstreamer/gstreamer_test.cpp
> +++ b/test/gstreamer/gstreamer_test.cpp
> @@ -115,7 +115,7 @@ int GstreamerTest::createPipeline()
>         pipeline_ = gst_pipeline_new("test-pipeline");
>
>         if (!libcameraSrc_ || !pipeline_) {
> -               g_printerr("Unable to create create pipeline %p.%p\n",
> +               g_printerr("Unable to create pipeline %p.%p\n",
>                            libcameraSrc_, pipeline_);
>
>                 return TestFail;
> --
> 2.25.1
>


More information about the libcamera-devel mailing list