diff options
| author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-06 19:44:58 +0000 |
|---|---|---|
| committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-06 19:44:58 +0000 |
| commit | 3ecf433432289b9c1990165f65bdd51aaad2eaa7 (patch) | |
| tree | dc7bd5c5b4eb37d49b1a37ca1f33c9d9ed2a8374 /gst/debug/tests.h | |
| parent | f2085bd7ef2a4e685b8a58ae0848c43aab0d8747 (diff) | |
expand tabs
Original commit message from CVS:
expand tabs
Diffstat (limited to 'gst/debug/tests.h')
| -rw-r--r-- | gst/debug/tests.h | 16 |
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[]; |
