gst/: Don't print a g_warning for any failure to load a shared object.
authorMichael Smith <msmith@xiph.org>
Fri, 11 May 2007 10:56:48 +0000 (10:56 +0000)
committerMichael Smith <msmith@xiph.org>
Fri, 11 May 2007 10:56:48 +0000 (10:56 +0000)
commit05181a07da6e2d7bb538032fbe7253b50f184d41
tree669b0254c798be83abffcd17f2e25ca6df6127f1
parenta8571d4655efbd9197a1f9aa0242140ae08a78fa
gst/: Don't print a g_warning for any failure to load a shared object.

Original commit message from CVS:
* gst/gstplugin.c: (gst_plugin_load_file):
* gst/gstregistry.c: (gst_registry_scan_path_level):
Don't print a g_warning for any failure to load a shared object.
Instead, push this down into gstplugin.c, and warn _only_ if we
failed to open the module (i.e. failure to link).
Avoids warnings on normal, working, non-plugin .so files.
ChangeLog
gst/gstplugin.c
gst/gstregistry.c