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=95f5ae5b52a5c3616c5b4e5512ae9da0dc5da292;hp=bc7155a9ec27321bff8825228cf3664034ac1bc6;hb=952687cbb87e88252f76da364d6dca61a1852a37;hpb=a7b8d60c62554b4571e0155ce44794b123cf1c09 diff --git a/app/main.cpp b/app/main.cpp index bc7155a..95f5ae5 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -734,8 +734,7 @@ GstElement* create_pipeline(int* argc, char** argv[]) fallback_gst_pipeline_tried = TRUE; } else { - snprintf(pipeline_str, sizeof(pipeline_str), "pipewiresrc ! video/x-raw,width=%d,height=%d ! waylandsink", width, - height); + snprintf(pipeline_str, sizeof(pipeline_str), "pipewiresrc ! waylandsink"); } fprintf(stdout, "Using pipeline: %s\n", pipeline_str);