MinGW Elements missing

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

I believe not all plugins can be built with MinGW, though it’s getting better every releases, so make sure to try the latest. You should be able to inspect the files in your installation.

I’m working on mediafoundation plugin’s mingw support for upcoming 1.26 release