ges: Fix build with GCC 10
gcc-10 defaults to -fno-common, which exposes a symbol conflict, so
use static
correctly. Also we don't use parent_extractable_iface
in ges-uri-clip.c
.
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85678
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
gcc-10 defaults to -fno-common, which exposes a symbol conflict, so
use static
correctly. Also we don't use parent_extractable_iface
in ges-uri-clip.c
.
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85678