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 627102 - gstreamer blacklisted gst-opencv (libgstopencv.so)
gstreamer blacklisted gst-opencv (libgstopencv.so)
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.10.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-08-17 07:01 UTC by kais.zouali
Modified: 2010-08-19 16:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description kais.zouali 2010-08-17 07:01:05 UTC
Hello,

When I was trying to add new functions to gst-opencv, gstreamer has blacklisted  it. It return this message:

gst-inspect-0.10 --plugin libgstopencv.so
Plugin Details:
  Name:			libgstopencv.so
  Description:		Plugin for blacklisted file
  Filename:		/usr/lib/gstreamer-0.10/libgstopencv.so
  Version:		0.0.0
  License:		BLACKLIST
  Source module:	BLACKLIST
  Binary package:	BLACKLIST
  Origin URL:		BLACKLIST



Have you any idea about how retrieving it?

Thank you and sorry for my english.
Comment 1 Edward Hervey 2010-08-17 08:15:38 UTC
plugins are blacklisted when there's an error loading them.

You can check what went wrong by removing your registry (~/.gstreamer-0.10/registry*) and then running:
GST_DEBUG=2,GST_PLUGIN_LOADING:5,GST_REGISTRY:5 gst-inspect-0.10
Comment 2 kais.zouali 2010-08-19 10:19:53 UTC
OK, thank you. That was so useful.
Comment 3 Edward Hervey 2010-08-19 10:41:59 UTC
did you figure out the problem ?
Comment 4 kais.zouali 2010-08-19 16:00:41 UTC
Yes, It was a bug in my code, that's why Gstreamer blacklisted it. After correcting it, Gstreamer no longer blacklist the plugin.

Best regards