summaryrefslogtreecommitdiff
path: root/ges/ges-formatter.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-03-13 14:14:57 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-03-13 14:14:57 +0000
commit4e21628d54294531147bc5961ee2550bf1ba423a (patch)
tree8f46ef694da1be0eb5a76d281da7c79db2919731 /ges/ges-formatter.h
parent3d1c00fbcd6a0d2b45bfffe8300479c65376075a (diff)
GST_GES_API -> GES_API
Diffstat (limited to 'ges/ges-formatter.h')
-rw-r--r--ges/ges-formatter.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/ges/ges-formatter.h b/ges/ges-formatter.h
index 8ba2cc50..afcfbbb5 100644
--- a/ges/ges-formatter.h
+++ b/ges/ges-formatter.h
@@ -138,10 +138,10 @@ struct _GESFormatterClass {
gpointer _ges_reserved[GES_PADDING];
};
-GST_GES_API
+GES_API
GType ges_formatter_get_type (void);
-GST_GES_API
+GES_API
void ges_formatter_class_register_metas (GESFormatterClass * klass,
const gchar *name,
const gchar *description,
@@ -150,25 +150,25 @@ void ges_formatter_class_register_metas (GESFormatterClass * klass,
gdouble version,
GstRank rank);
-GST_GES_API
+GES_API
gboolean ges_formatter_can_load_uri (const gchar * uri, GError **error);
-GST_GES_API
+GES_API
gboolean ges_formatter_can_save_uri (const gchar * uri, GError **error);
-GST_GES_API
+GES_API
gboolean ges_formatter_load_from_uri (GESFormatter * formatter,
GESTimeline *timeline,
const gchar *uri,
GError **error);
-GST_GES_API
+GES_API
gboolean ges_formatter_save_to_uri (GESFormatter * formatter,
GESTimeline *timeline,
const gchar *uri,
gboolean overwrite,
GError **error);
-GST_GES_API
+GES_API
GESAsset *ges_formatter_get_default (void);
G_END_DECLS