summaryrefslogtreecommitdiff
path: root/validate/gst/validate/gst-validate-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'validate/gst/validate/gst-validate-utils.h')
-rw-r--r--validate/gst/validate/gst-validate-utils.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/validate/gst/validate/gst-validate-utils.h b/validate/gst/validate/gst-validate-utils.h
index f41f028..16d92e5 100644
--- a/validate/gst/validate/gst-validate-utils.h
+++ b/validate/gst/validate/gst-validate-utils.h
@@ -34,30 +34,30 @@
typedef int (*GstValidateParseVariableFunc) (const gchar *name,
double *value, gpointer user_data);
-GST_EXPORT
+GST_VALIDATE_API
gdouble gst_validate_utils_parse_expression (const gchar *expr,
GstValidateParseVariableFunc variable_func,
gpointer user_data,
gchar **error);
-GST_EXPORT
+GST_VALIDATE_API
guint gst_validate_utils_flags_from_str (GType type, const gchar * str_flags);
-GST_EXPORT
+GST_VALIDATE_API
gboolean gst_validate_utils_enum_from_str (GType type,
const gchar * str_enum,
guint * enum_value);
-GST_EXPORT
+GST_VALIDATE_API
GList * gst_validate_utils_structs_parse_from_filename (const gchar * scenario_file);
-GST_EXPORT
+GST_VALIDATE_API
GList * gst_validate_structs_parse_from_gfile (GFile * scenario_file);
-GST_EXPORT
+GST_VALIDATE_API
gboolean gst_validate_element_has_klass (GstElement * element, const gchar * klass);
-GST_EXPORT
+GST_VALIDATE_API
gboolean gst_validate_utils_get_clocktime (GstStructure *structure, const gchar * name,
GstClockTime * retval);
-GST_EXPORT
+GST_VALIDATE_API
GstValidateActionReturn gst_validate_object_set_property (GstValidateReporter * reporter,
GObject * object,
const gchar * property,