diff --git a/.gitmodules b/.gitmodules index b9ff0173..0c7e771a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,12 @@ [submodule "Vulkan-Headers"] path = Vulkan-Headers url = https://github.com/KhronosGroup/Vulkan-Headers +[submodule "gstreamer"] + path = gstreamer + url = https://gitlab.freedesktop.org/gstreamer/gstreamer.git +[submodule "gst-plugins-base"] + path = gst-plugins-base + url = https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git +[submodule "gst-plugins-good"] + path = gst-plugins-good + url = https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git diff --git a/gst-plugins-base b/gst-plugins-base new file mode 160000 index 00000000..9d3581b2 --- /dev/null +++ b/gst-plugins-base @@ -0,0 +1 @@ +Subproject commit 9d3581b2e6f12f0b7e790d1ebb63b90cf5b1ef4e diff --git a/gst-plugins-good b/gst-plugins-good new file mode 160000 index 00000000..ce072352 --- /dev/null +++ b/gst-plugins-good @@ -0,0 +1 @@ +Subproject commit ce0723527aa37d5f4d19ef8021c0b2eb8f83b08d diff --git a/gstreamer b/gstreamer new file mode 160000 index 00000000..12949368 --- /dev/null +++ b/gstreamer @@ -0,0 +1 @@ +Subproject commit 129493687793cbc109d6211bb0e465218e383e9d