summaryrefslogtreecommitdiff
path: root/tests/icles/equalizer-test.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-22 23:15:19 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-22 23:15:19 +0000
commit7cb9b7ab9db548eca8a67883b010dd14d2efd07e (patch)
tree9bb89dfc5492ca7945541013bc9992485a775f72 /tests/icles/equalizer-test.c
parentba2ec3ff984262eceb6fdeeed08cefcaee045b15 (diff)
downloadgstreamer-plugins-good-7cb9b7ab9db548eca8a67883b010dd14d2efd07e.tar.gz
Use new GLib API unconditionally
Diffstat (limited to 'tests/icles/equalizer-test.c')
-rw-r--r--tests/icles/equalizer-test.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/icles/equalizer-test.c b/tests/icles/equalizer-test.c
index fc6d5273e..e082162ed 100644
--- a/tests/icles/equalizer-test.c
+++ b/tests/icles/equalizer-test.c
@@ -179,11 +179,6 @@ main (int argc, char **argv)
GstPad *eq_sinkpad;
gchar *uri;
-#if !GLIB_CHECK_VERSION (2, 31, 0)
- if (!g_thread_supported ())
- g_thread_init (NULL);
-#endif
-
/* command line option parsing */
ctx = g_option_context_new ("FILENAME");
g_option_context_add_group (ctx, gst_init_get_option_group ());