Failed to load plugin when suing custom plugin

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

Failed to load plugin when suing custom plugin

dpw157
Hey all,

So i tried creating a custom plugin which inherits from gstvideofilter. I
basically just took what was in gstmedian and barely modified it, basically
it was just to understand how the plugins work and playing around with them.
But after i made the plugin(using make_element) and complied it(directing
gstreamer to the plugins files using --gst-plugin-path) it gives me the
error

"gst-plugin-scanner:5477): Gstreamer-WARNING **: Failed to load plugin
'src/.libs/libgstpluginthree.so': src/.libs/libgstpluginthree.so: undefined
symbol: gst_video_filter_get_type"
WARNING: erroneous pipeline: no element "customelem""

So i guess my questions are:
1. How do i fix this?
2. Does this mean that Gstreamer cannot find gstvideofilter which is inside
gstbase(If so why does a plain element work, which should inherit from
GstElement)

Thanks for taking the time to read 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: Failed to load plugin when suing custom plugin

bdjukic
Any luck with this? I'm seeing the same issue atm



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