summaryrefslogtreecommitdiff
path: root/gst/inter
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-04-28 16:02:27 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-04-28 16:02:27 +0100
commitf0a9c246a37eaf7ba67338f5362ceddf9a74676d (patch)
tree6bfffa3554ab8e8d1b4022884e522fc273dff034 /gst/inter
parentda113b5ad7976c001633c7f79a2b8b95935f8176 (diff)
gst: remove some unnecessary glib version checks
We require 2.32, no need to check for anything older than that.
Diffstat (limited to 'gst/inter')
-rw-r--r--gst/inter/gstintertest.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gst/inter/gstintertest.c b/gst/inter/gstintertest.c
index ee396f6c5..cff4f0dbd 100644
--- a/gst/inter/gstintertest.c
+++ b/gst/inter/gstintertest.c
@@ -80,11 +80,6 @@ main (int argc, char *argv[])
GstInterTest *intertest2;
GMainLoop *main_loop;
-#if !GLIB_CHECK_VERSION (2, 31, 0)
- if (!g_thread_supported ())
- g_thread_init (NULL);
-#endif
-
context = g_option_context_new ("- Internal src/sink test");
g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE);
g_option_context_add_group (context, gst_init_get_option_group ());