Add non-Windows stub for EnsureGStreamerOnPath

This commit is contained in:
VideoTools CI 2026-01-17 20:37:00 -05:00
parent a194801545
commit d14ca93560

View File

@ -0,0 +1,6 @@
//go:build !windows
package utils
// EnsureGStreamerOnPath is a no-op on non-Windows platforms.
func EnsureGStreamerOnPath() {}