gstreamer-full: add assert for global symbols
authorStéphane Cerveau <scerveau@collabora.com>
Fri, 9 Oct 2020 10:58:07 +0000 (12:58 +0200)
committerStéphane Cerveau <scerveau@collabora.com>
Wed, 14 Oct 2020 14:05:13 +0000 (16:05 +0200)
commit139fbac92e08b572925e37e807e3447c403a070b
treee21814495c5425df2aa1191b9be4e01e1647a085
parent751aacd8fc3acad27edb85da27e27f59f04b83ce
gstreamer-full: add assert for global symbols

Add _gst_caps_features_any not null assert
Add _gst_caps_features_memory_system_memory as well

A bug has been detected when using -Bsymbolic in the link
of libgstreamer-full.so

This flag has been introduced to fix this issue:

https://gitlab.freedesktop.org/gstreamer/gst-build/-/issues/108

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/204>
tests/static-plugins/test-gst-full.c