test: gstreamer: gstreamer_test: Remove redundant word
Remove redundant "create" in the error message. Signed-off-by: Rishikesh Donadkar <rishikeshdonadkar@gmail.com> Reviewed-by: Vedant Paranjape <vedantparanjape160201@gmail.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
This commit is contained in:
parent
46340ced12
commit
0a4d1b8d45
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue