Hello,
I have a customized Gst plugin which is executable via “gst-inspect-1.0 libdisplay.so” or “gst-inspect-1.0 display” command in a machine with Gstreamer 1.14. Thus, I can create object in python using dis=Gst.ElementFactory.make(‘display’, ‘display’)
However, the same file when I tried to execute with “gst-inspect-1.0 libdisplay.so” command with Gstreamer1.16, it gives the following message:
Name: libdisplay.so
Description: Plugin for blacklisted file
Filename: /usr/lib…/libdisplay.so
Version: 0.0.0
License: BLACKLIST
Source module: BLACKLIST
When I use “gst-inspect-1.0 display”, it says, No such element or plugin ‘beam’
I copied .so file in /usr/lib…/gstreamer-1.0, and also created a private GST_PLUGIN_PATH; however, it didn’t execute successfully.
Would you please help to resolve this issue of Gstreamer. Thanks in advance.
Regards,
Tirtha