validate: Remove unimplemented function

Differential Revision: https://phabricator.freedesktop.org/D705
This commit is contained in:
Thibault Saunier 2016-01-22 20:45:01 +01:00 committed by Thibault Saunier
parent 3657e7867f
commit 907ed7b2c2
2 changed files with 6 additions and 4 deletions

View file

@ -586,6 +586,12 @@ gst_validate_runner_get_reports_count (GstValidateRunner * runner)
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)
{

View file

@ -274,10 +274,6 @@ gst_validate_register_action_type (const gchar *type_name,
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,