summaryrefslogtreecommitdiff
path: root/.indentignore
Commit message (Collapse)AuthorAgeFilesLines
* ci: Wait for cerbero pipeline to finishThibault Saunier2021-09-281-0/+1
| | | | | | | | So we are sure the pipeline is marked as failed if the cerbero sub pipeline fails See https://gitlab.com/gitlab-org/gitlab/-/issues/341737 for details Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/946>
* ci: Port CI to the new monorepoThibault Saunier2021-09-241-0/+5
| | | | | | | | | | | | Main differences with previous setup are: - No manifest creation - gst-indent is executed only when the bot is assigned (instead of the manifest task) - Cerbero jobs are triggered in the cerbero repo - Remove cerbero and android related files as they now are in cerbero itself. - Update `container.ps1` to the new file layout Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/891>
* Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdirThibault Saunier2021-09-241-1/+0
|
* sctp: import internal copy of usrsctp libraryTim-Philipp Müller2020-08-141-0/+1
There are problems with global shared state and no API stability guarantees, and we can't rely on distros shipping the fixes we need. Both firefox and Chrome bundle their own copies too. Imported from https://github.com/sctplab/usrsctp, commit 547d3b46c64876c0336b9eef297fda58dbe1adaf Date: Thu Jul 23 21:49:32 2020 +0200 Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/870 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1465>