README: Do not mention building projects on top of gst-all
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Thu, 20 Oct 2016 19:16:15 +0000 (16:16 -0300)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Thu, 20 Oct 2016 19:16:15 +0000 (16:16 -0300)
We might enable that in the future but this is a non goal for now

README.md

index 0a2f9d6..9a55390 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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.