summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/main.cpp2
1 files changed, 1 insertions, 1 deletions
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 {