gst_init: Call gst_init_static_plugins() when available
authorXavier Claessens <xavier.claessens@collabora.com>
Sat, 5 Sep 2020 00:47:18 +0000 (20:47 -0400)
committerXavier Claessens <xavier.claessens@collabora.com>
Mon, 5 Oct 2020 20:09:10 +0000 (16:09 -0400)
commit0ed165bf6723917a1da16a39dc9c35db58d3ed93
tree8bb1774e02fcfaa989bede75f70b5754ec238f0c
parentacdb4ce03d525a18f6c351a040b8446c7bbd98bd
gst_init: Call gst_init_static_plugins() when available

When doing a static build, gstreamer-full-1.0 defines that symbol to
register static plugins. Cerbero's Android build will be updated to
implement that symbol too.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/641>
gst/gst.c