validate: Remove unimplemented function
authorThibault Saunier <tsaunier@gnome.org>
Fri, 22 Jan 2016 19:45:01 +0000 (20:45 +0100)
committerThibault Saunier <thibault.saunier@collabora.com>
Tue, 23 Feb 2016 10:47:03 +0000 (11:47 +0100)
Differential Revision: https://phabricator.freedesktop.org/D705

validate/gst/validate/gst-validate-runner.c
validate/gst/validate/gst-validate-scenario.h

index 90ba38d29f942a3d493bbbc4b657b797f28a30ba..8c6ecd0154e0488e0e48edc5aa073b96214ca775 100644 (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)
 {
index 82c2850fff1d07cef06c8b54905e78b64e32924e..197e4102648ba6f2b09a098668f096d10bf26673 100644 (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,