Differential Revision: https://phabricator.freedesktop.org/D705
return l;
}
+/**
+ * gst_validate_runner_get_reports:
+ * @runner: The #GstValidateRunner
+ *
+ * Return: (element-type GstValidate.Report)(transfer full): all the reports
+ */
GList *
gst_validate_runner_get_reports (GstValidateRunner * runner)
{
const gchar *description,
GstValidateActionTypeFlags flags);
-void
-gst_validate_action_type_set_prepare_function (GstValidateActionType *type,
- GstValidatePrepareAction prepare_action);
-
GstValidateActionType *
gst_validate_register_action_type_dynamic (GstPlugin *plugin,
const gchar * type_name,