mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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;
|
return l;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* gst_validate_runner_get_reports:
|
||||||
|
* @runner: The #GstValidateRunner
|
||||||
|
*
|
||||||
|
* Return: (element-type GstValidate.Report)(transfer full): all the reports
|
||||||
|
*/
|
||||||
GList *
|
GList *
|
||||||
gst_validate_runner_get_reports (GstValidateRunner * runner)
|
gst_validate_runner_get_reports (GstValidateRunner * runner)
|
||||||
{
|
{
|
||||||
|
|
|
@ -274,10 +274,6 @@ gst_validate_register_action_type (const gchar *type_name,
|
||||||
const gchar *description,
|
const gchar *description,
|
||||||
GstValidateActionTypeFlags flags);
|
GstValidateActionTypeFlags flags);
|
||||||
|
|
||||||
void
|
|
||||||
gst_validate_action_type_set_prepare_function (GstValidateActionType *type,
|
|
||||||
GstValidatePrepareAction prepare_action);
|
|
||||||
|
|
||||||
GstValidateActionType *
|
GstValidateActionType *
|
||||||
gst_validate_register_action_type_dynamic (GstPlugin *plugin,
|
gst_validate_register_action_type_dynamic (GstPlugin *plugin,
|
||||||
const gchar * type_name,
|
const gchar * type_name,
|
||||||
|
|
Loading…
Reference in a new issue