don't complain about my ARM .so files. Another reason why it does make sense to have plugins follow a standard file ...

Original commit message from CVS:
don't complain about my ARM .so files.  Another reason why it does make sense
to have plugins follow a standard file name pattern like libgst(whatever).so
This commit is contained in:
Thomas Vander Stichele 2005-09-19 14:20:37 +00:00
parent 91cc8f969e
commit af5d456533

View file

@ -375,7 +375,7 @@ gst_plugin_load_file (const gchar * filename, GError ** error)
module = g_module_open (filename, G_MODULE_BIND_LOCAL); module = g_module_open (filename, G_MODULE_BIND_LOCAL);
if (module == NULL) { if (module == NULL) {
GST_CAT_ERROR (GST_CAT_PLUGIN_LOADING, "module_open failed: %s", GST_CAT_WARNING (GST_CAT_PLUGIN_LOADING, "module_open failed: %s",
g_module_error ()); g_module_error ());
g_set_error (error, g_set_error (error,
GST_PLUGIN_ERROR, GST_PLUGIN_ERROR_MODULE, "Opening module failed"); GST_PLUGIN_ERROR, GST_PLUGIN_ERROR_MODULE, "Opening module failed");