GNOME Bugzilla – Bug 627102
gstreamer blacklisted gst-opencv (libgstopencv.so)
Last modified: 2010-08-19 16:05:51 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.
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
OK, thank you. That was so useful.
did you figure out the problem ?
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