I am trying to build a very simple gstreamer plugin - simplegstplugin, which basically does nothing. I am trying to execute this in a docker container. But when I inspect it, it tells me - No such element or plugin ‘simplegstplugin’. I am attaching the plugin codes and the docker files. I am not sure what is possibly going wrong - some file path, plugin registration etc
It’s definitely the GST_PLUGIN _PATH.
Not sure if correct but looks it specifically looks for python
subfolder. Change that and verify you if you can find your plugins in $GST_PLUGIN_PATH/python
If that was not of any help; this looks like a good resource: How to write GStreamer (1.0) elements in python (Part I)