mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
ges-launcher: add ignore EOS option
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4779>
This commit is contained in:
parent
0a331402d6
commit
e87861ca92
1 changed files with 4 additions and 0 deletions
|
@ -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* */
|
||||
|
|
Loading…
Reference in a new issue