From 714ad7e26b9860360fb8098613f8b4887d851e12 Mon Sep 17 00:00:00 2001 From: Vasyl Vavrychuk Date: Sun, 16 Jan 2022 08:50:03 +0100 Subject: Fix code review comments from https://gerrit.automotivelinux.org/gerrit/c/apps/camera-gstreamer/+/26934. Bug-AGL: SPEC-4148 Change-Id: I18b3029eb91d4c693f1848c0e7eeedcdaae14e7f Signed-off-by: Vasyl Vavrychuk --- app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/main.cpp') diff --git a/app/main.cpp b/app/main.cpp index 67594bf..1acb70f 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -669,7 +669,7 @@ int main(int argc, char *argv[]) memset(pipeline_str, 0, sizeof(pipeline_str)); snprintf(pipeline_str, sizeof(pipeline_str), "v4l2src device=%s ! video/x-raw,width=%d,height=%d ! waylandsink", - get_camera_device(), WINDOW_WIDTH_SIZE, WINDOW_HEIGHT_SIZE); + get_first_camera_device(), WINDOW_WIDTH_SIZE, WINDOW_HEIGHT_SIZE); gst_init(&gargc, &gargv); setbuf(stdout, NULL); -- cgit 1.2.3-korg