summaryrefslogtreecommitdiff
path: root/gst/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* compositor: add to build after move from -badTim-Philipp Müller2018-12-281-1/+1
| | | | | | This replaces videomixer. Fixes #138
* overlaycomposition: New element that allows applications to draw ↵Sebastian Dröge2018-10-281-2/+2
| | | | | | GstVideoOverlayComposition on a stream https://bugzilla.gnome.org/show_bug.cgi?id=797234
* meson: Add feature options for all pluginsNirbheek Chauhan2018-07-271-20/+8
| | | | | | GL dependency detection is still automagic. https://bugzilla.gnome.org/show_bug.cgi?id=795107
* audiomixer, audiointerleave: add to buildTim-Philipp Müller2018-02-131-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=791218
* rawparse: Move to gst-plugins-baseSebastian Dröge2017-02-251-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774544
* meson: Add pbtypes pluginSebastian Dröge2016-11-021-0/+1
|
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+17
https://github.com/mesonbuild/meson With contributions from: Tim-Philipp Müller <tim@centricular.com> Jussi Pakkanen <jpakkane@gmail.com> (original port) Highlights of the features provided are: * Faster builds on Linux (~40-50% faster) * The ability to build with MSVC on Windows * Generate Visual Studio project files * Generate XCode project files * Much faster builds on Windows (on-par with Linux) * Seriously fast configure and building on embedded ... and many more. For more details see: http://blog.nirbheek.in/2016/05/gstreamer-and-meson-new-hope.html http://blog.nirbheek.in/2016/07/building-and-developing-gstreamer-using.html Building with Meson should work on both Linux and Windows, but may need a few more tweaks on other operating systems.