The Go bindings for gstreamer use the cgo package, making necessary to link against static C libraries. Obviously, I don’t want to compile the entire gstreamer sources, so is there an easy way, or bash script, to build a Go static binary using only what’s required. To be honest, I’m out of my depth and need help.
ping @RSWilli any thoughts on this?