[720/906] examples: Stop using deprecated GLib thread API
This commit is contained in:
parent
d6054f9738
commit
1a2de27a52
@ -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 ());
|
||||
|
@ -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 ());
|
||||
|
Loading…
x
Reference in New Issue
Block a user