ges: Fix build with GCC 10
authorNirbheek Chauhan <nirbheek@centricular.com>
Mon, 6 Apr 2020 17:36:29 +0000 (23:06 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Mon, 6 Apr 2020 17:36:29 +0000 (23:06 +0530)
commit917eba54f7d4d150e812d15407bddc5b38c7987c
tree480a9631c22e135bef17eade116253db39a51936
parentf307d3d51bf5f0ac49d8640c0829265e1678dabc
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
ges/ges-uri-clip.c
ges/ges-video-source.c