blacklisted plugin problem

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

blacklisted plugin problem

breeze.joy
Hi, I am new to gstreamer

I installed gstreamer 1.0, gst-template in my system.

My goal is to create a new gstreamer plugin.

Here i have used gstreamer-template to create gstreamer plugin.

I was able to create the plugin and able to insert the plugin into pipeline.

now i tried to update the gstreamer to gstreamer-1.14.4. I have installed
successfully.

When i tried to compile the plugin again and tried to load, i found that it
got moved to blacklisted.

Please help me to get rid of this.





--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: blacklisted plugin problem

Geek-Gst
remove the cache by deleting below file. Then do gst-inspect-1.0 again.
Console it will dump the  issue.

rm -rf ~/.cache/gstreamer-1.0/registry.x86_64.bin

the other way for checking issue is inspect the library.
gst-inspect-1.0 <your plugin library>

e.g:

gst-inspect-1.0 /usr/local/lib/gstreamer-1.0/libgstcoreelements.so





--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel