Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stéphane Cerveau
gst-editing-services
Commits
4e8d0a10
Commit
4e8d0a10
authored
May 05, 2021
by
Stéphane Cerveau
🤸🏻
Browse files
ges-launcher: add ignore EOS option
parent
ec5b2672
Pipeline
#314256
passed with stages
in 37 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tools/ges-launcher.c
View file @
4e8d0a10
...
...
@@ -1239,6 +1239,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* */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment