Skip to content

Commit 02bd3ae

Browse files
author
Don Gagne
committed
Switch to 1.14.4 gstreamer
1 parent 407c864 commit 02bd3ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.appveyor.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ install:
1919
- mkdir %LOCALAPPDATA%\QtProject && copy test\qtlogging.ini %LOCALAPPDATA%\QtProject\
2020
- ps: |
2121
Write-Host "Installing GStreamer..." -ForegroundColor Cyan
22-
$msiPath = "$($env:USERPROFILE)\gstreamer-1.0-x86-1.5.2.msi"
22+
$msiPath = "$($env:USERPROFILE)\gstreamer-1.0-x86-1.14.4.msi"
2323
Write-Host "Downloading..."
24-
(New-Object Net.WebClient).DownloadFile('https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/gstreamer-1.0-x86-1.5.2.msi', $msiPath)
24+
(New-Object Net.WebClient).DownloadFile('https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/gstreamer-1.0-x86-1.14.4.msi', $msiPath)
2525
Write-Host "Installing..."
2626
cmd /c start /wait msiexec /package $msiPath /passive ADDLOCAL=ALL
2727
Write-Host "Installed" -ForegroundColor Green
2828
- ps: |
2929
Write-Host "Installing GStreamer dev..." -ForegroundColor Cyan
30-
$msiPath = "$($env:USERPROFILE)\gstreamer-1.0-devel-x86-1.5.2.msi"
30+
$msiPath = "$($env:USERPROFILE)\gstreamer-1.0-devel-x86-1.14.4.msi"
3131
Write-Host "Downloading..."
32-
(New-Object Net.WebClient).DownloadFile('https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/gstreamer-1.0-devel-x86-1.5.2.msi', $msiPath)
32+
(New-Object Net.WebClient).DownloadFile('https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/gstreamer-1.0-devel-x86-1.14.4.msi', $msiPath)
3333
Write-Host "Installing..."
3434
cmd /c start /wait msiexec /package $msiPath /passive ADDLOCAL=ALL
3535
Write-Host "Installed" -ForegroundColor Green

0 commit comments

Comments
 (0)