summaryrefslogtreecommitdiffstats
path: root/gst/debug/tests.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:44:58 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:44:58 +0000
commit3ecf433432289b9c1990165f65bdd51aaad2eaa7 (patch)
treedc7bd5c5b4eb37d49b1a37ca1f33c9d9ed2a8374 /gst/debug/tests.h
parentf2085bd7ef2a4e685b8a58ae0848c43aab0d8747 (diff)
expand tabs
Original commit message from CVS: expand tabs
Diffstat (limited to 'gst/debug/tests.h')
-rw-r--r--gst/debug/tests.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/gst/debug/tests.h b/gst/debug/tests.h
index 5638bf6d..444a1c19 100644
--- a/gst/debug/tests.h
+++ b/gst/debug/tests.h
@@ -26,14 +26,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);
+ 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[];