gstreamer/README.md

23 lines
707 B
Markdown
Raw Normal View History

2016-08-24 15:10:21 +00:00
# gst-all
2016-08-26 01:13:40 +00:00
GStreamer [meson](http://mesonbuild.com/) based repositories aggregrator
2016-08-24 15:10:21 +00:00
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.
2016-08-26 01:13:40 +00:00
Inside that environment you will find the GStreamer modules
2016-08-24 15:10:21 +00:00
in subprojects/, you can simply hack in there and to rebuild you
2016-08-26 01:13:40 +00:00
just need to rerun `ninja`.
2016-08-24 15:10:21 +00:00
## 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.