It had a synthax issue
Fixes https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/issues/141
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8146>
<record name="LayerPrivate" c:type="GESLayerPrivate" disguised="1" opaque="1">
<source-position filename="../subprojects/gst-editing-services/ges/ges-layer.h"/>
</record>
+ <function-macro name="META_CONTAINER_GET_INTERFACE" c:identifier="GES_META_CONTAINER_GET_INTERFACE" introspectable="0">
+ <source-position filename="../subprojects/gst-editing-services/ges/ges-meta-container.h"/>
+ <parameters>
+ <parameter name="inst">
+ </parameter>
+ </parameters>
+ </function-macro>
<constant name="META_DESCRIPTION" value="description" c:type="GES_META_DESCRIPTION">
<doc xml:space="preserve" filename="../subprojects/gst-editing-services/ges/ges-meta-container.h">The description of the object, to be used in various contexts (string).</doc>
<source-position filename="../subprojects/gst-editing-services/ges/ges-meta-container.h"/>
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);