README: Do not mention building projects on top of gst-all

We might enable that in the future but this is a non goal for now
This commit is contained in:
Thibault Saunier 2016-10-20 16:16:15 -03:00
parent 1f4380ac0a
commit 1a36ab2c27

View file

@ -26,8 +26,3 @@ 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.