From: Mathieu Duponchelle Date: Thu, 1 May 2014 15:00:25 +0000 (+0200) Subject: ges-launch: When a scenario is set, don't request triplets X-Git-Tag: 1.19.3~493^2~1597 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49a21044cab43043598b972b9dee200a2b51c60b;p=platform%2Fupstream%2Fgstreamer.git ges-launch: When a scenario is set, don't request triplets --- diff --git a/tools/ges-launch.c b/tools/ges-launch.c index e4ec8d6..a928656 100644 --- a/tools/ges-launch.c +++ b/tools/ges-launch.c @@ -808,7 +808,7 @@ main (int argc, gchar ** argv) } tried_uris = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); - if (((!load_path && (argc < 4)))) { + if (((!load_path && !scenario && (argc < 4)))) { g_printf ("%s", g_option_context_get_help (ctx, TRUE, NULL)); g_option_context_free (ctx); exit (1);