GNOME Bugzilla – Bug 561361
warning when i am running gst-inspect
Last modified: 2008-11-19 08:45:33 UTC
Hi all, whan i am entering gst-inspect i am getting following earning messages. Can any one help to resolve these warnings (gst-inspect-0.10:12443): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/vhook/null.so': /usr/local/lib/vhook/null.so: undefined symbol: sws_scale (gst-inspect-0.10:12443): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/vhook/fish.so': /usr/local/lib/vhook/fish.so: undefined symbol: ff_cropTbl (gst-inspect-0.10:12443): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/vhook/ppm.so': /usr/local/lib/vhook/ppm.so: undefined symbol: pstrcat (gst-inspect-0.10:12443): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/vhook/watermark.so': /usr/local/lib/vhook/watermark.so: undefined symbol: sws_scale (gst-inspect-0.10:12443): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/p4v/qt4/plugins/accessible/libqtaccessiblewidgets.so': /usr/local/lib/p4v/qt4/plugins/accessible/libqtaccessiblewidgets.so: undefined symbol: _ZNK17QDockWidgetLayout6widgetENS_4RoleE Thanks, Sriram
This is not a bug. It's just that, for some weird reason, your plugin path (I'm guessing it's set to /usr/local/lib, which WAY TOO BIG) is pointing to directories containing non-gstreamer-plugins .so and when GStreamer attempts to load them it fails.
(In reply to comment #1) > This is not a bug. It's just that, for some weird reason, your plugin path (I'm > guessing it's set to /usr/local/lib, which WAY TOO BIG) is pointing to > directories containing non-gstreamer-plugins .so and when GStreamer attempts to > load them it fails. > Hi Hervey, Thanks for your reply. Yes you are correct. I am working on GStreamer based openMax component.for that reason i am downloaded some media related packages and installed. Currently it is not stopping my work. But is there any way to correct those warnings... Thanks & Regards Sriram