omx: Always load the OpenMAX IL cores with G_MODULE_BIND_LOCAL
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 13 Mar 2013 08:37:02 +0000 (09:37 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 13 Mar 2013 08:37:02 +0000 (09:37 +0100)
omx/gstomx.c

index 76d912d..71a9b61 100644 (file)
@@ -103,7 +103,8 @@ gst_omx_core_acquire (const gchar * filename)
       bcm_host_init ();
     }
 
-    core->module = g_module_open (filename, G_MODULE_BIND_LAZY);
+    core->module =
+        g_module_open (filename, G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL);
     if (!core->module)
       goto load_failed;