Initial commit
[platform/upstream/gstreamer.git] / README.md
1 # gst-all
2
3 GStreamer meson based repositories aggregrator
4
5 You can build GStreamer and all its component at once using
6 meson and its "subproject" feature.
7
8 ## GStreamer uninstalled
9
10 gst-all also contains a special `uninstalled` target that lets you enter
11 an uninstalled development environment where you will be able
12 to work on GStreamer easily.
13
14 Inside that the environment you will find the GStreamer module
15 in subprojects/, you can simply hack in there and to rebuild you
16 just need to rerun ninja.
17
18 ## Build a project based on GStreamer
19
20 You can make your own project that uses GStreamer and all its
21 components depend on `gst-all` making it Meson subproject
22 of your own project.