GStreamer multimedia framework
Go to file
2016-10-26 17:03:18 -03:00
subprojects Set GST_VALIDATE_APPS_DIR GES validate app path 2016-09-09 08:30:01 -03:00
.gitignore Create symlinks to built subprojects 2016-10-21 05:31:13 -03:00
.gitmodules Remove meson/ submodule 2016-10-20 17:47:07 -03:00
common.py Minor improvement in the git function 2016-10-11 02:05:39 +02:00
git-update Minor improvement in the git function 2016-10-11 02:05:39 +02:00
gst-uninstalled.py Remove some cruft leftover 2016-10-21 05:32:57 -03:00
LICENSE Initial commit 2016-08-25 15:26:28 -03:00
meson.build Add options to disable some modules 2016-10-26 17:03:18 -03:00
meson_options.txt Add options to disable some modules 2016-10-26 17:03:18 -03:00
README.md README: Do not mention building projects on top of gst-all 2016-10-20 16:16:15 -03:00
setup Rename configure to setup 2016-10-21 05:31:13 -03:00

gst-all

GStreamer meson based repositories aggregrator

You can build GStreamer and all its component at once using meson and its "subproject" feature.

Getting started

We have an helper script to get started, will get the right meson version and get you ready to build. You can just get all GStreamer built running:

NOTE: on fedora (and maybe other distributions) replace ninja with ninja-build

./configure && ninja -C build/

GStreamer uninstalled

gst-all also contains a special uninstalled target that lets you enter an uninstalled development environment where you will be able to work on GStreamer easily.

Inside that environment you will find the GStreamer modules in subprojects/, you can simply hack in there and to rebuild you just need to rerun ninja.