mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
validate:transcoding: Exit after printing the help
Fixes CID 1455575 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/192>
This commit is contained in:
parent
f6e45c8c90
commit
fdfe797d4e
1 changed files with 3 additions and 0 deletions
|
@ -486,6 +486,9 @@ main (int argc, gchar ** argv)
|
|||
|
||||
g_option_context_free (ctx);
|
||||
|
||||
if (want_help)
|
||||
exit (0);
|
||||
|
||||
if (scenario || configs) {
|
||||
gchar *scenarios;
|
||||
|
||||
|
|
Loading…
Reference in a new issue