Cannot load python gstreamer elements
问题 I'm following a guide at https://mathieuduponchelle.github.io/2018-02-01-Python-Elements.html?gi-language=undefined to create a sample gstreamer element in Python. However, I can't get GStreamer to load it. I've been fiddling with the GST_PLUGIN_PATH but I can't get my python files to be found. I can get GStreamer to find compiled .so elements, but the python elements seem to evade the plugin loader. I've installed gstreamer1.0, pygobject, and gst-python to the best of my ability onto Debian