Skip to content

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 #86 (closed)

Merge request reports