projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
320e240
)
ges-launch: Fix typo in --help output
author
Sebastian Dröge
<sebastian@centricular.com>
Fri, 5 Sep 2014 19:09:44 +0000
(22:09 +0300)
committer
Sebastian Dröge
<sebastian@centricular.com>
Fri, 5 Sep 2014 19:09:44 +0000
(22:09 +0300)
tools/ges-launch.c
patch
|
blob
|
history
diff --git
a/tools/ges-launch.c
b/tools/ges-launch.c
index 62cef6d18195e57cf76890003227156becaa51e2..91050946bfc6e3670902ee34908f103759870e13 100644
(file)
--- a/
tools/ges-launch.c
+++ b/
tools/ges-launch.c
@@
-789,7
+789,7
@@
main (int argc, gchar ** argv)
"The audio sink used for playing back", "<audiosink>"},
#ifdef HAVE_GST_VALIDATE
{"list-action-types", 'y', 0, G_OPTION_ARG_NONE, &list_action_types,
- "List the ava
lai
ble action types with which to write scenarios", NULL},
+ "List the ava
ila
ble action types with which to write scenarios", NULL},
{"set-scenario", 0, 0, G_OPTION_ARG_STRING, &scenario,
"Specify a GstValidate scenario to run, 'none' means load gst-validate"
" but run no scenario on it", "<scenario_name>"},