summaryrefslogtreecommitdiffstats
path: root/gst/oldcore/gstaggregator.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/oldcore/gstaggregator.h
parentf2085bd7ef2a4e685b8a58ae0848c43aab0d8747 (diff)
expand tabs
Original commit message from CVS: expand tabs
Diffstat (limited to 'gst/oldcore/gstaggregator.h')
-rw-r--r--gst/oldcore/gstaggregator.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/oldcore/gstaggregator.h b/gst/oldcore/gstaggregator.h
index 24af881d..327e0bf8 100644
--- a/gst/oldcore/gstaggregator.h
+++ b/gst/oldcore/gstaggregator.h
@@ -30,7 +30,7 @@ G_BEGIN_DECLS
typedef enum {
- AGGREGATOR_LOOP = 1,
+ AGGREGATOR_LOOP = 1,
AGGREGATOR_LOOP_SELECT,
AGGREGATOR_CHAIN
} GstAggregatorSchedType;
@@ -46,8 +46,8 @@ typedef enum {
#define GST_IS_AGGREGATOR_CLASS(obj) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_AGGREGATOR))
-typedef struct _GstAggregator GstAggregator;
-typedef struct _GstAggregatorClass GstAggregatorClass;
+typedef struct _GstAggregator GstAggregator;
+typedef struct _GstAggregatorClass GstAggregatorClass;
struct _GstAggregator {
GstElement element;
@@ -67,7 +67,7 @@ struct _GstAggregatorClass {
GstElementClass parent_class;
};
-GType gst_aggregator_get_type (void);
+GType gst_aggregator_get_type (void);
G_END_DECLS