From e87861ca929879bd19e1995a0ead6e47e73fd450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Wed, 5 May 2021 12:26:16 +0200 Subject: [PATCH] ges-launcher: add ignore EOS option Part-of: --- subprojects/gst-editing-services/tools/ges-launcher.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/subprojects/gst-editing-services/tools/ges-launcher.c b/subprojects/gst-editing-services/tools/ges-launcher.c index 9e132cc113..34ce207f63 100644 --- a/subprojects/gst-editing-services/tools/ges-launcher.c +++ b/subprojects/gst-editing-services/tools/ges-launcher.c @@ -1447,6 +1447,10 @@ ges_launcher_parse_options (GESLauncher * self, &opts->interactive, "Disable interactive control via the keyboard", NULL }, + {"ignore-eos", 0, 0, G_OPTION_ARG_NONE, + &opts->ignore_eos, + "Ignore EOS.", NULL + }, {NULL} }; /* *INDENT-ON* */