[720/906] examples: Stop using deprecated GLib thread API
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 28 Jun 2013 09:00:46 +0000 (11:00 +0200)
committerMatthew Waters <ystreet00@gmail.com>
Sat, 15 Mar 2014 17:36:56 +0000 (18:36 +0100)
tests/examples/gtk/fxtest/fxtest.c
tests/examples/gtk/fxtest/pixbufdrop.c

index 40298d2..124beb1 100644 (file)
@@ -132,8 +132,6 @@ main (gint argc, gchar * argv[])
     {NULL}
   };
 
-  g_thread_init (NULL);
-
   context = g_option_context_new (NULL);
   g_option_context_add_main_entries (context, options, NULL);
   g_option_context_add_group (context, gst_init_get_option_group ());
index 1607b96..5853068 100644 (file)
@@ -213,8 +213,6 @@ main (gint argc, gchar * argv[])
     {NULL}
   };
 
-  g_thread_init (NULL);
-
   context = g_option_context_new (NULL);
   g_option_context_add_main_entries (context, options, NULL);
   g_option_context_add_group (context, gst_init_get_option_group ());