don't complain about my ARM .so files. Another reason why it does make sense to...
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 19 Sep 2005 14:20:37 +0000 (14:20 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 19 Sep 2005 14:20:37 +0000 (14:20 +0000)
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

gst/gstplugin.c

index ae5ca7e..2fd410c 100644 (file)
@@ -375,7 +375,7 @@ gst_plugin_load_file (const gchar * filename, GError ** error)
 
   module = g_module_open (filename, G_MODULE_BIND_LOCAL);
   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_set_error (error,
         GST_PLUGIN_ERROR, GST_PLUGIN_ERROR_MODULE, "Opening module failed");