- Jun 19, 2020
-
-
Tim-Philipp Müller authored
-
- Jun 18, 2020
-
-
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: <gstreamer/gst-build!164>
-
- Jun 16, 2020
-
-
Stéphane Cerveau authored
'Check' prefix is superfluous Part-of: <gstreamer/gst-build!163>
-
- Jun 15, 2020
-
-
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 f5b44d31 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', 'f5b44d31']' 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: <gstreamer/gst-build!162>
-
Nirbheek Chauhan authored
Part-of: <gst-build!161>
-
Nirbheek Chauhan authored
os.symlink needs admin privs in most cases. Part-of: <gstreamer/gst-build!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: <gstreamer/gst-build!160>
-
- Jun 12, 2020
-
-
Nirbheek Chauhan authored
This allows people to use the development environment for building projects when glib is built as a subproject. Part-of: <gstreamer/gst-build!158>
-
- Jun 11, 2020
-
-
Nirbheek Chauhan authored
All subproject options yield to this. Part-of: <gstreamer/gst-build!157>
-
- Jun 05, 2020
-
-
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: <gstreamer/gst-build!155>
-
- May 31, 2020
-
-
Tim-Philipp Müller authored
Part-of: <gstreamer/gst-build!154>
-
- May 28, 2020
-
-
Edward Hervey authored
This reverts commit 93074302. Adding libavtp hasn't properly passed CI for some reason. Reopens !148 Part-of: <gstreamer/gst-build!152>
-
Ederson de Souza authored
So that the avtp plugin on gst-plugins-bad cab be built and tested on the CI. Part-of: <gstreamer/gst-build!148>
-
- May 27, 2020
-
-
Thibault Saunier authored
Part-of: <gstreamer/gst-build!151>
-
- May 25, 2020
-
-
Philippe Normand authored
Current git master for the 1.7.0 development version is now usable as a subproject. Part-of: <gstreamer/gst-build!149>
-
Stéphane Cerveau authored
Part-of: <gstreamer/gst-build!150>
-
- May 15, 2020
-
-
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: <gstreamer/gst-build!146>
-
- May 14, 2020
-
-
Stéphane Cerveau authored
Part-of: <gstreamer/gst-build!147>
-
- May 11, 2020
-
-
Víctor Manuel Jáquez Leal authored
Part-of: <gstreamer/gst-build!145>
-
Tim-Philipp Müller authored
Part-of: <gstreamer/gst-build!144>
-
- May 02, 2020
-
-
This is needed to build gst-plugins-rs with dav1d as subproject. Part-of: <gstreamer/gst-build!130>
-
- Apr 23, 2020
-
-
Matthew Waters authored
Fixes: gstreamer/gst-build#60 Part-of: <gstreamer/gst-build!142>
-
- Apr 20, 2020
-
-
Philippe Normand authored
There is no pkgconfig directory in -good.
-
- Apr 16, 2020
-
-
Nirbheek Chauhan authored
-
Nirbheek Chauhan authored
Also document how to build the Intel MSDK plugins, and how to enable/disable plugins in general. Closes gstreamer/gst-build#90
-
Nirbheek Chauhan authored
Closes gstreamer/gst-build#72
-
Nirbheek Chauhan authored
`/` was added to make it clear that `build` is a directory and not a meson sub-command. However, this can be confusing for Windows users. use `builddir` which does the same job.
-
- Apr 08, 2020
-
-
Sid Sethupathi authored
-
- Apr 03, 2020
-
-
Stéphane Cerveau authored
-
- Mar 30, 2020
-
-
In order to install the lib in DESTDIR, use the new sqlite patch zip 3250100-2.
-
- Mar 25, 2020
-
-
Nicolas Dufresne authored
This is needed to use gst-uninstalled mode over NFS when gst-build is a worktree. When this is the case, the .git is a file that links to the original git tree, but this tree is unlikely to be visible over NFS. Instead of forcing NFS contorsion, simply ignore the error.
-
- Mar 17, 2020
-
-
Xavier Claessens authored
It is needed because that dependency object brings generated headers too.
-
Xavier Claessens authored
It is the only plugin built by the CI, with coreelements.
-
- Mar 12, 2020
-
-
Xavier Claessens authored
Meson silently accept those keyword arguments, will produce a warning in the future: https://github.com/mesonbuild/meson/pull/6780
-
- Mar 11, 2020
-
-
Xavier Claessens authored
This is a workaround for a Meson bug that incorrectly trigger reconfigure when files change in build directory. This commit can be reverted once GStreamer depends on Meson >=0.54.0. See https://github.com/mesonbuild/meson/pull/6770 Fixes: #85
-
- Mar 04, 2020
-
-
Xavier Claessens authored
It will be used by the CI to verify we can build it.
-
Xavier Claessens authored
When building with -Ddefault_library=static, also build a single library containing all built plugins. Any external dependencies are still dynamically linked. A monolithic library is easier to distribute, and in some envs like Android is required.
-
Xavier Claessens authored
This also fix an empty plugin name being prepended to the list.
-
- Mar 02, 2020
-
-
Nirbheek Chauhan authored
Having vaapi decoders/encoders accidentally available by default often causes strange test failures or weird behaviour since the plugins are sometimes buggy or have different behaviour.
-