From e8d9f9226a9117e706ee37e4aaf3f505f0b1317c Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 13 Dec 2016 23:26:23 -0300 Subject: [PATCH] ges-launch: Make sure GStreamer is always initialized https://bugzilla.gnome.org/show_bug.cgi?id=776064 --- tools/ges-launcher.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ges-launcher.c b/tools/ges-launcher.c index 7995712..a2c7881 100644 --- a/tools/ges-launcher.c +++ b/tools/ges-launcher.c @@ -711,6 +711,7 @@ _local_command_line (GApplication * application, gchar ** arguments[], *exit_status = 0; if (!g_option_context_parse (ctx, &argc, &argv, &error)) { + gst_init (NULL, NULL); g_printerr ("Error initializing: %s\n", error->message); g_option_context_free (ctx); g_error_free (error); -- 2.7.4