summaryrefslogtreecommitdiff
path: root/ges/ges-base-xml-formatter.h
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2017-08-07 15:35:58 -0400
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-08-07 15:41:28 -0400
commit2e9fd0b712826df6dae118f1e4e753dfb46ef513 (patch)
tree5c4466c18aca5ad971f69c8453de199d2fa99110 /ges/ges-base-xml-formatter.h
parentef86b7f7e6c07f4f78174191a57a4bce3a41b1c3 (diff)
Mark symbols explicitly for export with GST_EXPORT
With two exceptions: * ges_clip_create_track_elements_func * ges_uri_clip_set_uri which were never declared in headers and should always have been static.
Diffstat (limited to 'ges/ges-base-xml-formatter.h')
-rw-r--r--ges/ges-base-xml-formatter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ges/ges-base-xml-formatter.h b/ges/ges-base-xml-formatter.h
index 459cbf6d..960b2805 100644
--- a/ges/ges-base-xml-formatter.h
+++ b/ges/ges-base-xml-formatter.h
@@ -64,6 +64,7 @@ struct _GESBaseXmlFormatterClass
gpointer _ges_reserved[GES_PADDING];
};
+GST_EXPORT
GType ges_base_xml_formatter_get_type (void);
G_END_DECLS