summaryrefslogtreecommitdiffstats
path: root/gst/debug/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/debug/tests.h')
-rw-r--r--gst/debug/tests.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/gst/debug/tests.h b/gst/debug/tests.h
index 444a1c19..9926af62 100644
--- a/gst/debug/tests.h
+++ b/gst/debug/tests.h
@@ -25,15 +25,14 @@
typedef struct _GstTestInfo GstTestInfo;
-struct _GstTestInfo {
- GParamSpec * (* get_spec) (const GstTestInfo *info, gboolean compare_value);
- gpointer (* new) (const GstTestInfo *info);
- void (* add) (gpointer test,
- GstBuffer *buffer);
- gboolean (* finish) (gpointer test, GValue *value);
- void (* get_value) (gpointer test,
- GValue *value);
- void (* free) (gpointer test);
+struct _GstTestInfo
+{
+ GParamSpec *(*get_spec) (const GstTestInfo * info, gboolean compare_value);
+ gpointer (*new) (const GstTestInfo * info);
+ void (*add) (gpointer test, GstBuffer * buffer);
+ gboolean (*finish) (gpointer test, GValue * value);
+ void (*get_value) (gpointer test, GValue * value);
+ void (*free) (gpointer test);
};
extern const GstTestInfo tests[];