summaryrefslogtreecommitdiff
path: root/tests/examples/gtk
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-06-28 11:00:46 +0200
committerMatthew Waters <ystreet00@gmail.com>2014-03-15 18:36:56 +0100
commitbef97ad03e0ccd6bde6e638bc511a2681f404b7d (patch)
tree39894ae5585bc8ddfec6b333fc3781f6a1bdf236 /tests/examples/gtk
parent98cca97840e672c648e4532b39ca19d0059a0b68 (diff)
[720/906] examples: Stop using deprecated GLib thread API
Diffstat (limited to 'tests/examples/gtk')
-rw-r--r--tests/examples/gtk/fxtest/fxtest.c2
-rw-r--r--tests/examples/gtk/fxtest/pixbufdrop.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/examples/gtk/fxtest/fxtest.c b/tests/examples/gtk/fxtest/fxtest.c
index 40298d297..124beb140 100644
--- a/tests/examples/gtk/fxtest/fxtest.c
+++ b/tests/examples/gtk/fxtest/fxtest.c
@@ -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 ());
diff --git a/tests/examples/gtk/fxtest/pixbufdrop.c b/tests/examples/gtk/fxtest/pixbufdrop.c
index 1607b962b..585306843 100644
--- a/tests/examples/gtk/fxtest/pixbufdrop.c
+++ b/tests/examples/gtk/fxtest/pixbufdrop.c
@@ -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 ());