gst-app-maker: convert to 1.0
authorDavid Schleef <ds@schleef.org>
Thu, 7 Feb 2013 18:52:57 +0000 (10:52 -0800)
committerDavid Schleef <ds@schleef.org>
Thu, 7 Feb 2013 18:56:54 +0000 (10:56 -0800)
tools/gst-app-maker

index d8f2f43..4fecc30 100755 (executable)
@@ -145,8 +145,6 @@ main (int argc, char *argv[])
   GstReplace *replace;
   GMainLoop *main_loop;
 
-  if (!g_thread_supported ()) g_thread_init(NULL);
-
   context = g_option_context_new ("- FIXME");
   g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE);
   g_option_context_add_group (context, gst_init_get_option_group ());