mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
validate: Remove unimplemented function
Differential Revision: https://phabricator.freedesktop.org/D705
This commit is contained in:
parent
3657e7867f
commit
907ed7b2c2
2 changed files with 6 additions and 4 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue