diff --git a/test/gstreamer/gstreamer_test.cpp b/test/gstreamer/gstreamer_test.cpp index fe8e8e15..6ad0c15c 100644 --- a/test/gstreamer/gstreamer_test.cpp +++ b/test/gstreamer/gstreamer_test.cpp @@ -116,7 +116,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;