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* */