GStreamer multimedia framework
Go to file
2016-10-11 01:52:23 +02:00
subprojects Set GST_VALIDATE_APPS_DIR GES validate app path 2016-09-09 08:30:01 -03:00
.gitignore Remove .subprojects from the gitignore 2016-09-09 09:02:35 -03:00
configure Compile with -Werror by default 2016-10-11 01:52:20 +02:00
git-update git-update: Add a way for user to fix any rebasing issue interactively 2016-09-30 10:54:36 -03:00
gst-uninstalled.py Fix copy-pasto in gst-uninstalled argument help string 2016-10-11 01:52:23 +02:00
LICENSE Initial commit 2016-08-25 15:26:28 -03:00
meson.build Fix run_target usage 2016-09-14 10:36:28 -03:00
README.md Fix typos in README.md 2016-08-25 22:13:40 -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.

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.

Build a project based on GStreamer

You can make your own project that uses GStreamer and all its components depend on gst-all making it Meson subproject of your own project.