mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 07:08:23 +00:00
ges: fix the description of the --help-GES command line option
Use "Show GES Options" which is more appropriate and avoids duplication with --help-gst which already says "Show GStreamer Options". https://bugzilla.gnome.org/show_bug.cgi?id=776063
This commit is contained in:
parent
9dd859403d
commit
1d32be0c08
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ ges_init_get_option_group (void)
|
|||
};
|
||||
|
||||
group = g_option_group_new ("GES", "GStreamer Editing Services Options",
|
||||
"Show GStreamer Options", NULL, NULL);
|
||||
"Show GES Options", NULL, NULL);
|
||||
g_option_group_set_parse_hooks (group, (GOptionParseFunc) ges_init_pre,
|
||||
(GOptionParseFunc) ges_init_post);
|
||||
g_option_group_add_entries (group, ges_args);
|
||||
|
|
Loading…
Reference in a new issue