Failed to load plugin when suing custom plugin
dpw157
dinethw04 at gmail.com
Mon Apr 30 18:16:26 UTC 2018
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/
More information about the gstreamer-devel
mailing list