ges: Ignore deprecation of GParameter
authorThibault Saunier <tsaunier@igalia.com>
Fri, 7 Feb 2020 12:39:39 +0000 (09:39 -0300)
committerThibault Saunier <tsaunier@igalia.com>
Fri, 7 Feb 2020 14:58:37 +0000 (11:58 -0300)
commit82159882d73e86a1fa0d0c908ea66b8d9c85b1cc
treeddf307e363bdff50b216c79bdbd4017bfad06b3f
parent000edd268e2428eeff7b8a0d27a6ff15df896938
ges: Ignore deprecation of GParameter

GParameter is part of our API, and for GLib < 2.54 we do not even have
a way around avoiding it (namely `g_object_new_with_properties`).

We should stop using GParameter once we depend on GLib 2.54.

Fixes https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/86
ges/ges-asset.c
ges/ges-effect-clip.c
ges/ges-effect.c
ges/ges-extractable.c
ges/ges-extractable.h
ges/ges-internal.h
ges/ges-timeline-element.c
ges/ges-transition-clip.c
ges/ges-uri-clip.c