You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use hyphen in GStreamer installer filenames (#623)
Fix installer path strings in two PowerShell scripts to use a hyphen before the GStreamer version (e.g. x86_64-<version>.msi instead of x86_64_<version>.msi). Updated build_dlstreamer_dlls.ps1 and setup_dls_env.ps1 so Test-Path and installer detection match the actual GStreamer installer filenames, preventing unnecessary re-downloads.
0 commit comments