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

Rishikesh Donadkar rishikeshdonadkar at gmail.com
Sun Sep 11 20:09:18 CEST 2022


Fix redundant "create" in the error message.

Signed-off-by: Rishikesh Donadkar <rishikeshdonadkar 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