diff --git a/girs/GES-1.0.gir b/girs/GES-1.0.gir
index 3ae0166e01..559d1ea3ff 100644
--- a/girs/GES-1.0.gir
+++ b/girs/GES-1.0.gir
@@ -5348,6 +5348,13 @@ efficient way of providing the list of contained #GESClip-s.
+
+
+
+
+
+
+
The description of the object, to be used in various contexts (string).
diff --git a/subprojects/gst-editing-services/ges/ges-meta-container.h b/subprojects/gst-editing-services/ges/ges-meta-container.h
index bc805954d5..33696b24ea 100644
--- a/subprojects/gst-editing-services/ges/ges-meta-container.h
+++ b/subprojects/gst-editing-services/ges/ges-meta-container.h
@@ -26,7 +26,7 @@
G_BEGIN_DECLS
#define GES_TYPE_META_CONTAINER (ges_meta_container_get_type ())
-#define GES_META_CONTAINER_GET_INTERFACE (inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), GES_TYPE_META_CONTAINER, GESMetaContainerInterface))
+#define GES_META_CONTAINER_GET_INTERFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), GES_TYPE_META_CONTAINER, GESMetaContainerInterface))
GES_API
G_DECLARE_INTERFACE(GESMetaContainer, ges_meta_container, GES, META_CONTAINER, GObject);