Use github gstreamer mirrors.

Freedesktop tends to have their https not working these days plus it's
better to rely only on one hosting service instead of multiple.
This commit is contained in:
Arkadiusz Hiler 2021-12-28 13:11:31 +02:00
parent 4a359d64c9
commit e1d3791025

8
.gitmodules vendored
View File

@ -15,16 +15,16 @@
url = https://github.com/FNA-XNA/FAudio url = https://github.com/FNA-XNA/FAudio
[submodule "gstreamer"] [submodule "gstreamer"]
path = gstreamer path = gstreamer
url = https://gitlab.freedesktop.org/gstreamer/gstreamer.git url = https://github.com/GStreamer/gstreamer.git
[submodule "gst-plugins-base"] [submodule "gst-plugins-base"]
path = gst-plugins-base path = gst-plugins-base
url = https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git url = https://github.com/GStreamer/gst-plugins-base.git
[submodule "gst-plugins-good"] [submodule "gst-plugins-good"]
path = gst-plugins-good path = gst-plugins-good
url = https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git url = https://github.com/GStreamer/gst-plugins-good.git
[submodule "gst-orc"] [submodule "gst-orc"]
path = gst-orc path = gst-orc
url = https://gitlab.freedesktop.org/gstreamer/orc.git url = https://github.com/GStreamer/orc.git
[submodule "vkd3d-proton"] [submodule "vkd3d-proton"]
path = vkd3d-proton path = vkd3d-proton
url = https://github.com/ValveSoftware/vkd3d url = https://github.com/ValveSoftware/vkd3d