2 - remote: "https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/14731f78c23c7b523a85a26a068ade9ac1ecd2f3/templates/ci-fairy.yml"
3 - remote: "https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/14731f78c23c7b523a85a26a068ade9ac1ecd2f3/templates/fedora.yml"
4 - remote: "https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/14731f78c23c7b523a85a26a068ade9ac1ecd2f3/templates/debian.yml"
13 # Use the resulting binaries
17 # Branch to track for modules that have no ref specified in the manifest
18 GST_UPSTREAM_BRANCH: 'main'
19 ORC_UPSTREAM_BRANCH: 'master'
23 # These are the version tags for the docker images the CI runs against.
24 # If you are hacking on them or need a them to rebuild, its enough
25 # to change any part of the string of the image you want.
27 FEDORA_TAG: '2021-10-04.0'
28 INDENT_TAG: '2021-10-04.0'
29 WINDOWS_TAG: "2021-10-04.1"
31 GST_UPSTREAM_REPO: 'gstreamer/gstreamer'
32 FDO_UPSTREAM_REPO: 'gstreamer/gstreamer'
34 FEDORA_AMD64_SUFFIX: 'amd64/fedora'
35 INDENT_AMD64_SUFFIX: 'amd64/gst-indent'
36 WINDOWS_AMD64_SUFFIX: 'amd64/windows'
37 WINDOWS_RUST_AMD64_SUFFIX: 'amd64/windows-rust'
39 FEDORA_DOCS_IMAGE: "registry.freedesktop.org/gstreamer/gst-ci/amd64/fedora:2020-07-03.0-master"
40 WINDOWS_IMAGE: "$CI_REGISTRY_IMAGE/$WINDOWS_AMD64_SUFFIX:$WINDOWS_TAG-$GST_UPSTREAM_BRANCH"
41 WINDOWS_UPSTREAM_IMAGE: "$CI_REGISTRY/$GST_UPSTREAM_REPO/$WINDOWS_AMD64_SUFFIX:$WINDOWS_TAG-$GST_UPSTREAM_BRANCH"
43 RUST_MINIMUM_VERSION: '1.54.0'
44 RUST_LATEST_VERSION: '1.55.0'
46 WINDOWS_RUST_MINIMUM_IMAGE: "$CI_REGISTRY_IMAGE/$WINDOWS_RUST_AMD64_SUFFIX:$WINDOWS_TAG-$GST_UPSTREAM_BRANCH-rust-$RUST_MINIMUM_VERSION"
47 WINDOWS_RUST_MINIMUM_UPSTREAM_IMAGE: "$CI_REGISTRY/$GST_UPSTREAM_REPO/$WINDOWS_RUST_AMD64_SUFFIX:$WINDOWS_TAG-$GST_UPSTREAM_BRANCH-rust-$RUST_MINIMUM_VERSION"
49 WINDOWS_RUST_LATEST_IMAGE: "$CI_REGISTRY_IMAGE/$WINDOWS_RUST_AMD64_SUFFIX:$WINDOWS_TAG-$GST_UPSTREAM_BRANCH-rust-$RUST_LATEST_VERSION"
50 WINDOWS_RUST_LATEST_UPSTREAM_IMAGE: "$CI_REGISTRY/$GST_UPSTREAM_REPO/$WINDOWS_RUST_AMD64_SUFFIX:$WINDOWS_TAG-$GST_UPSTREAM_BRANCH-rust-$RUST_LATEST_VERSION"
52 MESON_BUILDTYPE_ARGS: --default-library=both
54 -Dlibnice:tests=disabled
55 -Dlibnice:examples=disabled
56 -Dopenh264:tests=disabled
57 -Dpygobject:tests=false
69 -Dgstreamer:werror=true
70 -Dgst-plugins-base:werror=true
71 -Dgst-plugins-good:werror=true
72 -Dgst-plugins-ugly:werror=true
73 -Dgst-plugins-bad:werror=true
74 -Dgst-rtsp-server:werror=true
75 -Dgst-libav:werror=true
76 -Dgst-examples:werror=true
77 -Dgst-editing-services:werror=true
78 -Dgst-docs:werror=true
80 -Dgst-devtools:werror=true
81 -Dgst-python:werror=true
82 -Dgstreamer-vaapi:werror=true
83 -Dgstreamer-sharp:werror=true
86 # https://docs.gitlab.com/ee/ci/yaml/index.html#switch-between-branch-pipelines-and-merge-request-pipelines
88 - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
89 - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push"
91 - if: '$CI_COMMIT_BRANCH'
96 # This can be used to configure global behaviour our our jobs.
102 - 'runner_system_failure'
103 - 'stuck_or_timeout_failure'
104 - 'scheduler_failure'
108 # This is an empty job that is used to trigger the pipeline.
113 - echo "Trigger job done, now running the pipeline."
115 # If the MR is assigned to the Merge bot, trigger the pipeline automatically
116 - if: '$CI_MERGE_REQUEST_ASSIGNEES == "gstreamer-merge-bot"'
117 # When the assignee isn't the merge bot, require an explicit action to trigger the pipeline
118 # to avoid wasting CI resources
119 - if: '$CI_MERGE_REQUEST_ASSIGNEES != "gstreamer-merge-bot"'
122 # If this matches, it means the pipeline is running against either the main
123 # or a stable branch, so make it manual
124 - if: '$CI_COMMIT_BRANCH == $GST_UPSTREAM_BRANCH'
129 FDO_DISTRIBUTION_VERSION: '31'
130 FDO_REPO_SUFFIX: "$FEDORA_AMD64_SUFFIX"
131 FDO_DISTRIBUTION_TAG: "$FEDORA_TAG-$GST_UPSTREAM_BRANCH"
132 FDO_DISTRIBUTION_EXEC: 'DEFAULT_BRANCH=$GST_UPSTREAM_BRANCH bash ci/docker/fedora/prepare.sh'
137 - '.fdo.container-build@fedora'
138 stage: 'build docker'
142 FDO_DISTRIBUTION_VERSION: 'stretch'
143 FDO_REPO_SUFFIX: "$INDENT_AMD64_SUFFIX"
144 FDO_DISTRIBUTION_TAG: "$INDENT_TAG-$GST_UPSTREAM_BRANCH"
145 FDO_DISTRIBUTION_PACKAGES: 'curl indent git findutils'
147 gst-indent amd64 docker:
149 - '.gst-indent image'
150 - '.fdo.container-build@debian'
151 stage: 'build docker'
152 # Do not depend on the trigger, as we want to run indent always
155 windows amd64 docker:
156 stage: "build docker"
160 # Unlike the buildah/linux jobs, this file
161 # needs to be relative to docker/windows/ subdir
162 # as it makes life easier in the powershell script
164 # We also don't need a CONTEXT_DIR var as its also
165 # hardcoded to be docker/windows/
166 DOCKERFILE: "ci/docker/windows/Dockerfile"
172 # We need to pass an array and to resolve the env vars, so we can't use a variable:
173 - $DOCKER_BUILD_ARGS = @("--build-arg", "DEFAULT_BRANCH=$GST_UPSTREAM_BRANCH")
175 - "& ci/docker/windows/container.ps1 $CI_REGISTRY $CI_REGISTRY_USER $CI_REGISTRY_PASSWORD $WINDOWS_IMAGE $WINDOWS_UPSTREAM_IMAGE $DOCKERFILE"
178 echo "Failed to build the image"
182 .windows rust docker build:
183 stage: 'build docker'
185 - job: 'windows amd64 docker'
188 - if: '$CI_PROJECT_NAME == "gst-ci"'
190 # Unlike the buildah/linux jobs, this file
191 # needs to be relative to docker/windows/ subdir
192 # as it makes life easier in the powershell script
194 # We also don't need a CONTEXT_DIR var as its also
195 # hardcoded to be docker/windows/
196 DOCKERFILE: 'docker/windows/rust.Dockerfile'
202 # We need to pass an array and to resolve the env vars, so we can't use a variable:
203 - $DOCKER_BUILD_ARGS = @("--build-arg", "DEFAULT_BRANCH=$GST_UPSTREAM_BRANCH", "--build-arg", "BASE_IMAGE=$WINDOWS_IMAGE", "--build-arg", "RUST_VERSION=$RUST_VERSION")
205 - $env:WINDOWS_CONTAINER_SCRIPT_PATH = "$env:CI_PROJECT_DIR\container.ps1"
206 - echo "Fetching $env:WINDOWS_CONTAINER_SCRIPT_URL"
207 - Invoke-WebRequest -Uri $env:WINDOWS_CONTAINER_SCRIPT_URL -OutFile $env:WINDOWS_CONTAINER_SCRIPT_PATH
209 - "& $env:WINDOWS_CONTAINER_SCRIPT_PATH $CI_REGISTRY $CI_REGISTRY_USER $CI_REGISTRY_PASSWORD $RUST_IMAGE $RUST_UPSTREAM_IMAGE $DOCKERFILE"
212 echo "Failed to build the image"
216 windows rust amd64 docker latest stable:
217 extends: '.windows rust docker build'
219 RUST_IMAGE: !reference [variables, "WINDOWS_RUST_LATEST_IMAGE"]
220 RUST_UPSTREAM_IMAGE: !reference [variables, "WINDOWS_RUST_LATEST_UPSTREAM_IMAGE"]
221 RUST_VERSION: !reference [variables, "RUST_LATEST_VERSION"]
223 windows rust amd64 docker minimum supported version:
224 extends: '.windows rust docker build'
226 RUST_IMAGE: !reference [variables, "WINDOWS_RUST_MINIMUM_IMAGE"]
227 RUST_UPSTREAM_IMAGE: !reference [variables, "WINDOWS_RUST_MINIMUM_UPSTREAM_IMAGE"]
228 RUST_VERSION: !reference [variables, "RUST_MINIMUM_VERSION"]
232 # ---- Preparation ----- #
238 - '.gst-indent image'
239 - '.fdo.suffixed-image@debian'
242 - job: 'gst-indent amd64 docker'
245 # man indent. grep RETURN VALUE, grab a beer on my behalf...
246 - indent --version || true
247 - ./scripts/gst-indent-all
249 if git diff --quiet -- ':!subprojects/gst-integration-testsuites/medias' .; then
250 echo "Code is properly formatted"
252 git diff --color=always -- ':!subprojects/gst-integration-testsuites/medias' .
253 echo 'style diverges, please run gst-indent first'
258 # Check "allow-edit" checkbox on merge requests with ci-fairy
261 extends: '.fdo.ci-fairy'
265 - ci-fairy check-merge-request --require-allow-collaboration
267 - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
270 # build setup templates
272 .build_template: &build
275 - meson build/ $MESON_ARGS
277 - ccache --show-stats
281 CCACHE_COMPILERCHECK: 'content'
282 CCACHE_COMPRESS: 'true'
283 CCACHE_BASEDIR: '/cache/gstreamer/gstreamer'
284 CCACHE_DIR: '/cache/gstreamer/gstreamer/ccache/'
285 # shared across everything really
286 CCACHE_MAXSIZE: '10G'
287 CARGO_HOME: '/cache/gstreamer/cargo'
289 .base_modules_changes: &modules_changes
293 - subprojects/gst-devtools/**/*
294 - subprojects/gst-editing-services/**/*
295 - subprojects/gst-integration-testsuites/**/*
296 - subprojects/gst-libav/**/*
297 - subprojects/gst-omx/**/*
298 - subprojects/gst-plugins-bad/**/*
299 - subprojects/gst-plugins-base/**/*
300 - subprojects/gst-plugins-good/**/*
301 - subprojects/gst-plugins-ugly/**/*
302 - subprojects/gst-python/**/*
303 - subprojects/gstreamer/**/*
304 - subprojects/gstreamer-sharp/**/*
305 - subprojects/gstreamer-vaapi/**/*
306 - subprojects/gst-rtsp-server/**/*
308 .simple_fedora_build: &simple_build >-
309 ${DEFAULT_MESON_ARGS}
312 -Dgst-omx:target=generic
315 ${MESON_BUILDTYPE_ARGS}
321 - '.build_ccache_vars'
324 # Taking into account the slowest shared runner + time needed to upload the binaries to artifacts
325 # Also need to take into account I/O of pulling docker images and uploading artifacts
328 MESON_ARGS: "${DEFAULT_MESON_ARGS} ${MESON_BUILDTYPE_ARGS} ${MESON_GST_WERROR}"
330 - export RUSTUP_HOME="/usr/local/rustup"
331 - export CARGO_HOME="/usr/local/cargo"
332 - export PATH="/usr/local/cargo/bin:$PATH"
334 - ci/scripts/handle-subprojects-cache.py subprojects/
335 # Update subprojects to respect `.wrap` content
336 - meson subprojects update --reset
340 - mv build/meson-logs/ meson-logs
347 .build fedora x86_64:
350 - '.fdo.suffixed-image@fedora'
353 - "fedora amd64 docker"
355 MESON_ARGS: *simple_build
360 build nodebug fedora x86_64:
363 - '.fdo.suffixed-image@fedora'
366 - "fedora amd64 docker"
368 MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dsharp=enabled -Dgstreamer:gst_debug=false -Domx=enabled -Dgst-omx:target=generic ${MESON_BUILDTYPE_ARGS} ${MESON_GST_WERROR}"
370 build static fedora x86_64:
371 extends: '.build fedora x86_64'
373 MESON_BUILDTYPE_ARGS: "--default-library=static -Dintrospection=disabled -Ddoc=disabled"
375 build static nodebug fedora x86_64:
376 extends: 'build nodebug fedora x86_64'
378 MESON_BUILDTYPE_ARGS: "--default-library=static -Dintrospection=disabled -Ddoc=disabled"
380 build clang fedora x86_64:
381 extends: '.build fedora x86_64'
384 CXX: 'ccache clang++'
387 image: $WINDOWS_IMAGE
394 - "windows amd64 docker"
398 ${DEFAULT_MESON_ARGS}
402 -Dgst-plugins-base:pango=enabled
403 -Dgst-plugins-good:cairo=enabled
408 - ci/scripts/handle-subprojects-cache.py subprojects/
410 # For some reason, options are separated by newline instead of space, so we
411 # have to replace them first.
412 - $env:MESON_ARGS = $env:MESON_ARGS.replace("`n"," ")
413 - cmd.exe /C "C:\BuildTools\Common7\Tools\VsDevCmd.bat -host_arch=amd64 -arch=$env:ARCH &&
414 meson build $env:MESON_ARGS &&
416 # XXX: Re-enable when uploading stops timing out
418 # expire_in: "7 days"
421 # - 'build/meson-logs/'
424 extends: '.build windows'
429 extends: '.build windows'
434 extends: '.build windows'
442 # Make sure powershell exists on errors
443 # https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-6
444 - $ErrorActionPreference = "Stop"
446 # For some reason docker build hangs if this is included in the image, needs more troubleshooting
447 - $env:PATH += ';C:\msys64\usr\bin;C:\msys64\mingw64\bin;C:\msys64\mingw32\bin'
448 # Copied from https://github.com/msys2/setup-msys2/blob/master/main.js#L98
449 - C:\msys64\usr\bin\bash -c "pacman-key --init && pacman-key --populate msys2 && pacman-key --refresh-keys || true"
450 - C:\msys64\usr\bin\bash -c "sed -i 's/^CheckSpace/#CheckSpace/g' /etc/pacman.conf"
451 - echo "Updating MSYS2"
452 - C:\msys64\usr\bin\bash -c "pacman -Syuu --noconfirm || echo Update failed, ignoring"
453 - echo "Killing all MSYS2 processes"
454 - taskkill /F /FI "MODULES eq msys-2.0.dll"
455 - echo "Completing MSYS2 update"
456 - C:\msys64\usr\bin\bash -c "pacman -Suu --noconfirm"
457 - echo "Installing needed MSYS2 packages"
458 - C:\msys64\usr\bin\bash -c "pacman -Sy --noconfirm --needed mingw-w64-x86_64-toolchain ninja"
460 # For some reason, options are separated by newline instead of space, so we
461 # have to replace them first.
462 - $env:MESON_ARGS = $env:MESON_ARGS.replace("`n"," ")
463 # Replace forward slashes with backwards so bash doesn't complain
464 - $env:_PROJECT_DIR = $env:CI_PROJECT_DIR.replace('\','/')
465 - C:\msys64\usr\bin\bash -c "meson build $env:MESON_ARGS && ninja -C build"
472 - '.build_ccache_vars'
476 MESON_ARGS: *simple_build
478 # Disable colored output to avoid weird rendering issues
479 GST_DEBUG_NO_COLOR: "true"
480 CI_ARTIFACTS_URL: "${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/validate-logs/"
481 GST_VALIDATE_LAUNCHER_FORCE_COLORS: "true"
483 CARGO_HOME: "/cache/gstreamer/cargo"
484 # Enable the fault handler so we get backtraces on segfaults.
485 # any non-empty string will do
486 PYTHONFAULTHANDLER: "enabled"
493 - echo "-> Running ${TEST_SUITE}"
496 gst-validate-launcher ${TEST_SUITE}
502 --timeout-factor "${TIMEOUT_FACTOR}"
503 --fail-on-testlist-change
504 -l "${CI_PROJECT_DIR}/validate-logs/"
505 --xunit-file "${CI_PROJECT_DIR}/validate-logs/xunit.xml"
506 ${EXTRA_VALIDATE_ARGS}
508 - mv build/meson-logs/ meson-logs
517 - "validate-logs/*.xml"
522 - '.fdo.suffixed-image@fedora'
525 - "fedora amd64 docker"
529 extends: '.test fedora x86_64'
531 TEST_SUITE: "check.gst*"
533 integration testsuites fedora:
534 extends: '.test fedora x86_64'
537 EXTRA_VALIDATE_ARGS: "--timeout-factor=2 --retry-on-failures --check-bugs --parts=${CI_NODE_TOTAL} --part-index=${CI_NODE_INDEX}"
538 TEST_SUITE: "validate ges"
541 # introspection has been disabled as the static build does not support it.
542 # See https://gitlab.freedesktop.org/gstreamer/gst-build/-/issues/162
544 extends: 'build static fedora x86_64'
548 --default-library=static
549 -Dintrospection=disabled
555 - subprojects/gst-ci/**/*
559 - meson test -C build -v test-gst-full
566 gstreamer-full-minimal:
567 extends: 'build static fedora x86_64'
571 --default-library=static
572 -Dauto_features=disabled
573 -Dgstreamer:check=enabled
575 -Dgst-plugins-base:alsa=enabled
576 -Dgst-plugins-base:typefind=enabled
577 -Dgst-plugins-base:pbtypes=enabled
578 -Dgst-full-elements=coreelements:filesrc,fakesink,identity,input-selector
579 -Dgst-full-typefind-functions=typefindfunctions:wav,flv
580 -Dgst-full-device-providers=alsa:alsadeviceprovider
581 -Dgst-full-dynamic-types=pbtypes:video_multiview_flagset
584 - if: '$CI_PROJECT_NAME =~ /^(gst-build|gst-ci)$/'
588 - meson test -C build -v test-gst-full
589 - meson test -C build test-gst-full-features --test-args "-e filesrc,identity,fakesink -E filesink,capsfilter -t audio/x-wav -T video/vivo -d alsadeviceprovider -D v4l2deviceprovider -l GstVideoMultiviewFlagsSet"
590 - strip build/libgstreamer-full-1.0.so
591 - ls -l build/libgstreamer-full-1.0.so
599 .valgrind fedora x86_64:
600 extends: '.test fedora x86_64'
603 EXTRA_VALIDATE_ARGS: "--valgrind"
606 extends: '.valgrind fedora x86_64'
608 TEST_SUITE: "check.gstreamer\\..*"
613 - subprojects/gst-ci/**/*
614 - subprojects/gst-devtools/**/*
615 - subprojects/gstreamer/**/*
618 extends: '.valgrind fedora x86_64'
620 TEST_SUITE: "check.gst-plugins-base\\..*"
625 - subprojects/gst-ci/**/*
626 - subprojects/gst-devtools/**/*
627 - subprojects/gstreamer/**/*
628 - subprojects/gst-plugins-base/**/*
631 extends: '.valgrind fedora x86_64'
633 TEST_SUITE: "check.gst-plugins-good\\..*"
634 # take longer time due to splitmux unit test
640 - subprojects/gst-ci/**/*
641 - subprojects/gst-devtools/**/*
642 - subprojects/gstreamer/**/*
643 - subprojects/gst-plugins-base/**/*
644 - subprojects/gst-plugins-good/**/*
647 extends: '.valgrind fedora x86_64'
649 TEST_SUITE: "check.gst-plugins-ugly\\..*"
654 - subprojects/gst-ci/**/*
655 - subprojects/gst-devtools/**/*
656 - subprojects/gstreamer/**/*
657 - subprojects/gst-plugins-base/**/*
658 - subprojects/gst-plugins-good/**/*
659 - subprojects/gst-plugins-ugly/**/*
662 extends: '.valgrind fedora x86_64'
664 TEST_SUITE: "check.gst-plugins-bad\\..*"
669 - subprojects/gst-ci/**/*
670 - subprojects/gst-devtools/**/*
671 - subprojects/gstreamer/**/*
672 - subprojects/gst-plugins-base/**/*
673 - subprojects/gst-plugins-good/**/*
674 - subprojects/gst-plugins-bad/**/*
677 extends: '.valgrind fedora x86_64'
679 TEST_SUITE: "check.gst-editing-services\\..*"
684 - subprojects/gst-ci/**/*
685 - subprojects/gst-devtools/**/*
686 - subprojects/gstreamer/**/*
687 - subprojects/gst-plugins-base/**/*
688 - subprojects/gst-plugins-good/**/*
689 - subprojects/gst-plugins-bad/**/*
690 - subprojects/gst-editing-services/**/*
692 # ---- Integration ----- #
695 image: $FEDORA_DOCS_IMAGE
697 - '.build_ccache_vars'
699 MESON_ARGS: *simple_build
700 MESON_BUILDTYPE_ARGS: "-Ddoc=enabled"
701 CI_ARTIFACTS_URL: "${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/"
703 - pip3 install --upgrade hotdoc
705 - ./gst-env.py ninja -C build/ plugins_doc_caches
706 - ./ci/scripts/check-documentation-diff.py
707 - ./gst-env.py hotdoc run --conf-file=build/subprojects/gst-docs/GStreamer-doc.json --fatal-warnings
708 - mv build/subprojects/gst-docs/GStreamer-doc/html documentation/
715 - plugins-cache-diffs/
718 # This jobs runs in gsrtreamer namespace when after the merge into main branch.
719 # The produced artifact is later used to automatically update the web page.
727 - if: '$CI_PROJECT_NAMESPACE == "gstreamer" && $CI_COMMIT_BRANCH == "main"'
730 # This job is run in users namespace to validate documentation before merging
744 - ci/gitlab/freedesktop_doc_importer.sh
746 - subprojects/gst-docs/**/*
747 - subprojects/gst-devtools/**/*
748 - subprojects/gst-editing-services/**/*
749 - subprojects/gst-libav/**/*
750 - subprojects/gst-omx/**/*
751 - subprojects/gst-plugins-bad/**/*
752 - subprojects/gst-plugins-base/**/*
753 - subprojects/gst-plugins-good/**/*
754 - subprojects/gst-plugins-ugly/**/*
755 - subprojects/gstreamer/**/*
756 - subprojects/gstreamer-vaapi/**/*
757 - subprojects/gst-rtsp-server/**/*
759 # FIXME: Using trigger: causes permission issues, workaround using old REST API.
760 # https://gitlab.com/gitlab-org/gitlab/-/issues/341737
765 - "fedora amd64 docker"
767 - python3 -m pip install --user python-gitlab
768 - ci/gitlab/trigger_cerbero_pipeline.py
771 # Use GST_UPSTREAM_BRANCH
772 UPSTREAM_BRANCH: 'main'
777 - ci/gitlab/tigger_cerbero_pipeline.py
778 - subprojects/gst-devtools/**/*
779 - subprojects/gst-editing-services/**/*
780 - subprojects/gst-libav/**/*
781 - subprojects/gst-plugins-bad/**/*
782 - subprojects/gst-plugins-base/**/*
783 - subprojects/gst-plugins-good/**/*
784 - subprojects/gst-plugins-ugly/**/*
785 - subprojects/gst-python/**/*
786 - subprojects/gstreamer/**/*
787 - subprojects/gst-rtsp-server/**/*
788 - subprojects/gst-examples/**/*