- 27 Aug, 2020 1 commit
-
-
Guillaume Desmottes authored
- fix cross file path in example; - make_standalone_toolchain.py has been deprecated, it's now recommended to use prebuilt toolchains.
-
- 20 Aug, 2020 1 commit
-
-
Tim-Philipp Müller authored
-
- 03 Aug, 2020 5 commits
-
-
By setting GIO_EXTRA_MODULES we can ensure that any gio modules we built are loaded by the devenv. Part-of: <!180>
-
Part-of: <!180>
-
Simplifies the code a bit. Part-of: <!180>
-
Part-of: <!180>
-
We need gio modules for tls when building gstwebrtcbin, gstsoup, etc. Control it via a new 'tls' option, since it requires either gnutls or openssl. Part-of: <!180>
-
- 30 Jul, 2020 1 commit
-
-
Tim-Philipp Müller authored
Part-of: <gst-build!183>
-
- 25 Jul, 2020 1 commit
-
-
Tim-Philipp Müller authored
Fixes #54 Part-of: <!182>
-
- 22 Jul, 2020 1 commit
-
-
Stéphane Cerveau authored
If a static build is requested and x264 plugin has been enabled the full link fails with: /usr/bin/ld: subprojects/x264/libx264.a(cabac-a.o): relocation R_X86_64_PC32 against symbol `x264_cabac_range_lps' can not be used when making a shared object; recompile with -fPIC Fixes #108 Part-of: <!169>
-
- 21 Jul, 2020 1 commit
-
-
Jan Alexander Steffens authored
Python `set`s have a random ordering. To avoid creating a random environment, create sorted lists before iterating over them. Our Rust crates instruct cargo to rebuild if `PKG_CONFIG_PATH` changes, so this has been causing unnecessary rebuilds. Part-of: <!177>
-
- 15 Jul, 2020 1 commit
-
-
Seungha Yang authored
Add some guide for native ARM64 build on Windows Part-of: <!175>
-
- 13 Jul, 2020 1 commit
-
-
Nirbheek Chauhan authored
We need to use the latest sqlite wrap version which fixes a bug where symbols weren't getting exported and the import library couldn't be created, so libsoup couldn't find sqlite. Part-of: <!174>
-
- 08 Jul, 2020 1 commit
-
-
Tim-Philipp Müller authored
See !168 (comment 561914) Part-of: <!173>
-
- 07 Jul, 2020 2 commits
-
-
Part-of: <!172>
-
Tim-Philipp Müller authored
Now that there is a release with the meson build. Part-of: <gst-build!170>
-
- 04 Jul, 2020 1 commit
-
-
Tim-Philipp Müller authored
Part-of: <!168>
-
- 03 Jul, 2020 1 commit
-
-
Tim-Philipp Müller authored
-
- 02 Jul, 2020 1 commit
-
-
Tim-Philipp Müller authored
-
- 30 Jun, 2020 1 commit
-
-
Ederson de Souza authored
This reverts commit 1ec87d75. As the avtp plugin on gst-plugins-bad is now ensured to be built only on Linux, this patch can come back. Part-of: <gst-build!153>
-
- 24 Jun, 2020 1 commit
-
-
Mathieu Duponchelle authored
Part-of: <!166>
-
- 20 Jun, 2020 1 commit
-
-
Tim-Philipp Müller authored
-
- 19 Jun, 2020 1 commit
-
-
Tim-Philipp Müller authored
-
- 18 Jun, 2020 2 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Latest libnice requires 0.52, so it probably makes sense to update the meson requirement in gst-build for that, so we have good out-of-the-box developer experience for people, with webrtc working out of the box. Might also make it easier to backport things later. Part-of: <!164>
-
- 16 Jun, 2020 1 commit
-
-
Stéphane Cerveau authored
'Check' prefix is superfluous Part-of: <!163>
-
- 15 Jun, 2020 4 commits
-
-
Nirbheek Chauhan authored
When we have a manifest, we DEFINITELY want exactly that, please throw away any local changes, thanks. Fixes CI: https://gitlab.freedesktop.org/alatiera/gst-ci/-/jobs/3105690 ``` Checking out f5b44d31284cfa1b6d029fdfe69d6cdb9a8aeb36 in gst-devtools Could not rebase subprojects\gst-devtools, please fix and try again. Error: error: Your local changes to the following files would be overwritten by checkout: docs/plugins/fakesrc.simple.validatetest.yaml Please commit your changes or stash them before you switch branches. Aborting Command '['git', 'checkout', '--detach', 'f5b44d31284cfa1b6d029fdfe69d6cdb9a8aeb36']' returned non-zero exit status 1. ``` This is probably caused by some shared cache shenanigans, but forcing is also what we want anyway in this case. Part-of: <!162>
-
Nirbheek Chauhan authored
Part-of: <!161>
-
Nirbheek Chauhan authored
os.symlink needs admin privs in most cases. Part-of: <!160>
-
Nirbheek Chauhan authored
`bdir[1:]` is supposed to convert `/path/to/bdir` to `path/to/bdir` which is only correct on UNIX. On Windows it will convert `C:\path\to\bdir` to `:\path\to\bdir` which is totally wrong. Use pathlib instead, which makes it trivial to do the conversion using `joinpath(*bdir.parts)` Part-of: <!160>
-
- 12 Jun, 2020 1 commit
-
-
Nirbheek Chauhan authored
This allows people to use the development environment for building projects when glib is built as a subproject. Part-of: <!158>
-
- 11 Jun, 2020 1 commit
-
-
Nirbheek Chauhan authored
All subproject options yield to this. Part-of: <gst-build!157>
-
- 05 Jun, 2020 1 commit
-
-
Tim-Philipp Müller authored
We don't need to build documentation for gtk-doc using subprojects, not by default at least, and our 'auto' option would override the subproject 'disabled' default in libnice's case. Part-of: <gst-build!155>
-
- 31 May, 2020 1 commit
-
-
Tim-Philipp Müller authored
Part-of: <!154>
-
- 28 May, 2020 2 commits
-
-
Edward Hervey authored
This reverts commit 93074302. Adding libavtp hasn't properly passed CI for some reason. Reopens !148 Part-of: <!152>
-
Ederson de Souza authored
So that the avtp plugin on gst-plugins-bad cab be built and tested on the CI. Part-of: <!148>
-
- 27 May, 2020 1 commit
-
-
Thibault Saunier authored
Part-of: <!151>
-
- 25 May, 2020 2 commits
-
-
Philippe Normand authored
Current git master for the 1.7.0 development version is now usable as a subproject. Part-of: <!149>
-
Stéphane Cerveau authored
Part-of: <!150>
-
- 15 May, 2020 1 commit
-
-
Philippe Normand authored
This will allow the wpe plugin to require WPEBackend-FDO 1.7.x which has support for headless SHM. Hence we should be able to enable the wpesrc integration tests in CI. Part-of: <!146>
-