From 3a452971c96e4f7a9a3adf5d01b52dfb90f4027a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 26 Sep 2014 02:18:50 +0200 Subject: no more debugging for GOptions no textoverlay for preview --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/options.c') 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 "); -- cgit v1.2.3