summaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-09-26 02:18:50 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-09-26 02:18:50 +0200
commit3a452971c96e4f7a9a3adf5d01b52dfb90f4027a (patch)
tree5bfe9bf8f64d9bc6a9ccb81c423f71cfd8ad987e /src/options.c
parentinclude compiler in version print (diff)
no more debugging for GOptions
no textoverlay for preview
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c
index bcc1312..2ed8aed 100644
--- a/src/options.c
+++ b/src/options.c
@@ -184,7 +184,7 @@ int options_parse(options_t* opt, int argc, char* argv[])
{ "appname", 'n', 0, G_OPTION_ARG_STRING, &opt->appname_,
"set the application name (will be used by xvimagesink for window title)", "NAME" },
{ "videosink", 'V', 0, G_OPTION_ARG_STRING, &opt->preview_videosink_,
- "video sink element for local preview (i.e. xvimagesink) - leave empty to disable preview", "BIN DESCRIPTION" },
+ "video sink element for local preview (i.e. textoverlay text=\" preview \" ! xvimagesink) - leave empty to disable preview", "BIN DESCRIPTION" },
{ NULL }
};
GOptionContext *ctx = g_option_context_new("- spreadspace streaming hydra ");