diff --git a/internal/utils/gstreamer_paths_stub.go b/internal/utils/gstreamer_paths_stub.go new file mode 100644 index 0000000..60cb3d2 --- /dev/null +++ b/internal/utils/gstreamer_paths_stub.go @@ -0,0 +1,6 @@ +//go:build !windows + +package utils + +// EnsureGStreamerOnPath is a no-op on non-Windows platforms. +func EnsureGStreamerOnPath() {}