gst/gstpluginfeature.c: This shouldn't issue a g_warning since it returns NULL if...
authorEdward Hervey <bilboed@bilboed.com>
Sat, 26 Nov 2005 11:28:32 +0000 (11:28 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 26 Nov 2005 11:28:32 +0000 (11:28 +0000)
commit8a5411d0be93bcf25faf8169e45ea565037c9f83
treee2ff80a96e035ed6f6c36eae005facf4ab9a1399
parent4b3455b7a888cfdba7f9c8dd032bb99327de4916
gst/gstpluginfeature.c: This shouldn't issue a g_warning since it returns NULL if it couldn't find the plugin, and al...

Original commit message from CVS:
* gst/gstpluginfeature.c: (gst_plugin_feature_load):
This shouldn't issue a g_warning since it returns NULL if it
couldn't find the plugin, and all functions using this behave
properly on a NULL return. Switching to a GST_WARNING.
ChangeLog
gst/gstpluginfeature.c