diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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); |