[720/906] examples: Stop using deprecated GLib thread API

This commit is contained in:
Sebastian Dröge 2013-06-28 11:00:46 +02:00 committed by Matthew Waters
parent d6054f9738
commit 1a2de27a52
2 changed files with 0 additions and 4 deletions

View 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 ());

View 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 ());