ges-launcher: add ignore EOS option

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4779>
This commit is contained in:
Stéphane Cerveau 2021-05-05 12:26:16 +02:00 committed by GStreamer Marge Bot
parent 0a331402d6
commit e87861ca92

View file

@ -1447,6 +1447,10 @@ ges_launcher_parse_options (GESLauncher * self,
&opts->interactive, &opts->interactive,
"Disable interactive control via the keyboard", NULL "Disable interactive control via the keyboard", NULL
}, },
{"ignore-eos", 0, 0, G_OPTION_ARG_NONE,
&opts->ignore_eos,
"Ignore EOS.", NULL
},
{NULL} {NULL}
}; };
/* *INDENT-ON* */ /* *INDENT-ON* */