- Jul 02, 2021
-
-
Jordan Petridіs authored
Part-of: <!237>
-
- Jun 30, 2021
-
-
Nicolas Dufresne authored
The project now uses main in replacement for master.
-
- Jun 18, 2021
-
-
Thibault Saunier authored
This broke in b9acfcac Part-of: <gstreamer/gst-build!249>
-
- Jun 07, 2021
-
-
Antonio Ospite authored
glib-networking fixed some issues when building with older libssl version in the 2.68 release, update the wrap file to use the newer version. In particular this fixes building on Ubuntu 16.04 with: meson --wrap-mode=forcefallback Part-of: <!247>
-
- Jun 05, 2021
-
-
Tim-Philipp Müller authored
Part-of: <gstreamer/gst-build!246>
-
- Jun 01, 2021
-
-
Tim-Philipp Müller authored
-
- May 31, 2021
-
-
Tim-Philipp Müller authored
-
- May 18, 2021
-
-
Stéphane Cerveau authored
When this option was given empty, when for example we don't want any plugin in gstreamer full, the build process was failing because an empty plugin was created in gstinitstaticplugins.c. Part-of: <!244>
-
- May 04, 2021
-
-
Stéphane Cerveau authored
The introspection feature is not supported yet in static build. Needs gstreamer/gst-build!167 (diffs) Part-of: <gstreamer/gst-build!242>
-
- Apr 30, 2021
-
-
Olivier Crête authored
This makes it a little easier to run it. Part-of: <!243>
-
- Apr 29, 2021
-
-
Allow to autocomplete with elements/properties in the devenv using gst-launch-1.0 etc. Part-of: <!232>
-
- Apr 11, 2021
-
-
Part-of: <!143>
-
- Apr 08, 2021
-
-
Nirbheek Chauhan authored
Fixes intermittent failures when external repos have downtime. This is common with GNOME Gitlab. Only error out on CI if a FDO gitlab repo fails to fetch. Part-of: <gst-build!240>
-
- Apr 06, 2021
-
-
Andrey Moiseev authored
At the point of get_windows_shell() execution, the current directory equals DEFAULT_BUILDDIR=./build. But cmd_or_ps.ps1 is in SCRIPTDIR=./ (repo root). Point subprocess.check_output() to the correct directory. Part-of: <gstreamer/gst-build!238>
-
- Jan 14, 2021
-
-
Tim-Philipp Müller authored
Part-of: <gstreamer/gst-build!231>
-
Tim-Philipp Müller authored
Part-of: <gst-build!231>
-
- Jan 13, 2021
-
-
Part-of: <gst-build!217>
-
- Dec 11, 2020
-
-
This test allows to test a list of features to be registered in the library (or not). Part-of: <!199>
-
These options allow to select a set of features from a given plugin with the following syntax: -Dgst-full-plugins=plugin1;plugin10 -Dgst-full-elements=plugin2:element1,element2 -Dgst-full-typefind-functions=plugins3:func -Dgst-full-device-providers=plugin4,dp1 -Dgst-full-dynamic-types=plugin5:dt1 By default all the enabled plugin are registered and gst-full-plugins will allow to include only a set of plugin If a feature(element, typefind etc.) is selected from a plugin, the plugin is removed from the plugins list. Part-of: <!199>
-
- Dec 03, 2020
-
-
Arun Raghavan authored
Part-of: <gstreamer/gst-build!227>
-
- Nov 23, 2020
-
-
Stéphane Cerveau authored
Static build needs a version script which is not available on Windows. Need to implement use of def file. Part-of: <gstreamer/gst-build!226>
-
- Nov 16, 2020
-
-
Tim-Philipp Müller authored
Now that Meson build system support has been merged upstream. Part-of: <!225>
-
- Nov 05, 2020
-
-
Nirbheek Chauhan authored
This broke during the update in !206, and we didn't notice because the CI doesn't update --reset the wraps, which will be fixed by gst-ci!375 Part-of: <!224>
-
- Nov 04, 2020
-
-
Nirbheek Chauhan authored
Part-of: <gstreamer/gst-build!223>
-
Nirbheek Chauhan authored
These get added to *all* subprojects, including ones we do not maintain such as ffmpeg which then emits thousands of warnings that completely overwhelm the compile output. We will add these in each gstreamer subproject separately. Part-of: <gstreamer/gst-build!223>
-
- Oct 28, 2020
-
-
Guillaume Desmottes authored
Will be useful to build the iSAC plugin: gstreamer/gst-plugins-bad!1124 Depends on pulseaudio/webrtc-audio-processing!11 Part-of: <gstreamer/gst-build!219>
-
As some compiler might not supported -Wl,--undefined add a warning to the meson configure stage. Part-of: <gstreamer/gst-build!211>
-
- Oct 27, 2020
-
-
Stéphane Cerveau authored
This reverts commit 8a2ac5c6. Part-of: <!215>
-
- Oct 26, 2020
-
-
Tim-Philipp Müller authored
So build failures on master don't break our build and CI. https://github.com/rockdaboot/libpsl/pull/164 Part-of: <gst-build!213>
-
- Oct 23, 2020
-
-
Xavier Claessens authored
-
- Oct 21, 2020
-
-
Stéphane Cerveau authored
In a fully static link where an app link with gstreamer-full the gst_init_static_plugins can be discarded because no one references it. Indeed the symbol is looked up by gst_init to call if it exists and so it is not clearly referenced. In order to avoid this issue, we use the linker flag --undefined=gst_init_static_plugins to keep the symbol. Part-of: <gstreamer/gst-build!207>
-
- Oct 14, 2020
-
-
Stéphane Cerveau authored
As most of the gst/glib modules, use this linker flag to reduce footprint. Part-of: <gstreamer/gst-build!204>
-
Stéphane Cerveau authored
Add _gst_caps_features_any not null assert Add _gst_caps_features_memory_system_memory as well A bug has been detected when using -Bsymbolic in the link of libgstreamer-full.so This flag has been introduced to fix this issue: gstreamer/gst-build#108 Part-of: <gstreamer/gst-build!204>
-
Stéphane Cerveau authored
This reverts commit e236d4f7. Part-of: <gstreamer/gst-build!204>
-
Stéphane Cerveau authored
Use a default version script instead of Bsymbolic to get rid of x264 and ffmpeg symbol relocation issue. #108 Export only glib and gstreamer symbols. Part-of: <!204>
-
- Oct 13, 2020
-
-
It fixes missing exported symbols: https://github.com/mesonbuild/expat/commit/2602bd52eb7db804b5f0f988e293a1571b2b2709 Part-of: <gstreamer/gst-build!206>
-
- Oct 12, 2020
-
-
Part-of: <gst-build!205>
-
Stéphane Cerveau authored
This test allows to test gstreamer-full behaviour Part-of: <gstreamer/gst-build!203>
-
Xavier Claessens authored
It contains generated headers like mkenums. Part-of: <gstreamer/gst-build!203>
-
Xavier Claessens authored
Part-of: <gstreamer/gst-build!203>
-