aboutsummaryrefslogtreecommitdiff
path: root/libs/gst/helpers/gst-plugin-scanner.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/gst/helpers/gst-plugin-scanner.c')
-rw-r--r--libs/gst/helpers/gst-plugin-scanner.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/gst/helpers/gst-plugin-scanner.c b/libs/gst/helpers/gst-plugin-scanner.c
index 0405728..09cb852 100644
--- a/libs/gst/helpers/gst-plugin-scanner.c
+++ b/libs/gst/helpers/gst-plugin-scanner.c
@@ -41,9 +41,6 @@ main (int argc, char *argv[])
if (argc != 2 || strcmp (argv[1], "-l"))
return 1;
- if (!g_thread_supported ())
- g_thread_init (NULL);
-
my_argc = 2;
my_argv = g_malloc (my_argc * sizeof (char *));
my_argv[0] = argv[0];