From 1b2c48f2fd625abcb791685112bf84409b29ac26 Mon Sep 17 00:00:00 2001 From: "F. Duncanh" Date: Tue, 20 Jun 2023 16:02:01 -0400 Subject: [PATCH] fix minor error in uxplay -h text --- uxplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uxplay.cpp b/uxplay.cpp index 67ecc9e..f50ee9d 100644 --- a/uxplay.cpp +++ b/uxplay.cpp @@ -423,7 +423,7 @@ static void print_info (char *name) { printf(" nvdec, nvh264dec, vaapih64dec, vtdec,etc.\n"); printf(" choices: avdec_h264,vaapih264dec,nvdec,nvh264dec,v4l2h264dec\n"); printf("-vc ... Choose the GStreamer videoconverter; default \"videoconvert\"\n"); - printf(" another choice when using v4l2h264decode: v4l2convert\n"); + printf(" another choice when using v4l2h264dec: v4l2convert\n"); printf("-vs ... Choose the GStreamer videosink; default \"autovideosink\"\n"); printf(" some choices: ximagesink,xvimagesink,vaapisink,glimagesink,\n"); printf(" gtksink,waylandsink,osximagesink,kmssink,d3d11videosink etc.\n");