X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=apps%2Fcamera-gstreamer.git;a=blobdiff_plain;f=app%2Fmain.cpp;fp=app%2Fmain.cpp;h=bc2bb26c492af1ae8ad5ac8a71b34518cfd9269a;hp=0247d3e9957b42ce0aea184840d83c652e62638e;hb=5be991ce27c966a4d87a6b0cc8bdbbd46e18c427;hpb=895b7306d837862b7fe1b706bb26307007f69c32 diff --git a/app/main.cpp b/app/main.cpp index 0247d3e..bc2bb26 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -726,7 +726,7 @@ GstElement* create_pipeline(int* argc, char** argv[]) camera_device, width, height); else if (gst_pipeline_failed == TRUE) { snprintf(pipeline_str, sizeof(pipeline_str), "filesrc location=%s/still-image.jpg ! decodebin ! videoconvert ! imagefreeze ! waylandsink fullscreen=true", - xstr(APP_DATA_PATH), width, height); + xstr(APP_DATA_PATH)); fallback_gst_pipeline_tried = TRUE; } else {