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=fff9c4c8d5aadf7e8b11a541b179464f00bc8e31;hp=8634bbc017ae9f308f3200e18bb1193ee26de2f0;hb=88fde6fd98c0c4330cd91af267efa2f5492da180;hpb=b89e581a2fab177e79d64b5990a464683eac49fa diff --git a/app/main.cpp b/app/main.cpp index 8634bbc..fff9c4c 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -672,6 +672,8 @@ int main(int argc, char *argv[]) DEFAULT_VIDEO_DEVICE, WINDOW_WIDTH_SIZE, WINDOW_HEIGHT_SIZE); gst_init(&gargc, &gargv); + setbuf(stdout, NULL); + fprintf(stdout, "Using pipeline: %s\n", pipeline_str); GstElement *pipeline = gst_parse_launch(pipeline_str, &error);