We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023a6b4 commit 9e894e8Copy full SHA for 9e894e8
.github/workflows/samples.yml
@@ -201,7 +201,7 @@ jobs:
201
- name: Build GST RTSP Server Test Launch Sample
202
run: |
203
set -x
204
- git clone --no-checkout --filter=blob:none --depth=1 -b 1.22 https://gitlab.freedesktop.org/gstreamer/gstreamer.git
+ git clone --no-checkout --filter=blob:none --depth=1 -b 1.22 https://github.com/GStreamer/gstreamer.git
205
cd gstreamer
206
git sparse-checkout init cone
207
git sparse-checkout set "subprojects/gst-rtsp-server/examples/test-launch.c"
0 commit comments