After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 561361 - warning when i am running gst-inspect
warning when i am running gst-inspect
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: common
0.10.18
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-11-18 13:53 UTC by Sriram
Modified: 2008-11-19 08:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Sriram 2008-11-18 13:53:55 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
Comment 1 Edward Hervey 2008-11-18 14:21:53 UTC
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.
Comment 2 Sriram 2008-11-19 08:45:33 UTC
(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