Hi,
I’m using the go-gst bindings for developing gstreamer pipelines in Golang. However, I noticed that not all plugins are present in the MinGW architecture for Windows64 even though I used the complete installation.
More specifically, I want to create the “mfvideosrc” element, but I can’t find that plugin using gst-inspect.
I’m wondering if there’s a way to solve this problem and if it’s possible to manually add certain elements/plugins inside the mingw folder?
Thanks in advance