Add gstreamer-full library containing all plugins and their deps
When building with -Ddefault_library=static, also build a single library containing all built plugins. Any external dependencies are still dynamically linked.
A monolithic library is easier to distribute, and in some envs like Android is required.
--
Integration test: gst-ci!197 (merged)
Edited by Xavier Claessens