summaryrefslogtreecommitdiffstats
path: root/gst/oldcore/gstaggregator.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/oldcore/gstaggregator.c')
-rw-r--r--gst/oldcore/gstaggregator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/oldcore/gstaggregator.c b/gst/oldcore/gstaggregator.c
index 71d8d50a..53b165a4 100644
--- a/gst/oldcore/gstaggregator.c
+++ b/gst/oldcore/gstaggregator.c
@@ -82,7 +82,7 @@ gst_aggregator_sched_get_type (void)
return aggregator_sched_type;
}
-#define AGGREGATOR_IS_LOOP_BASED(ag) ((ag)->sched != AGGREGATOR_CHAIN)
+#define AGGREGATOR_IS_LOOP_BASED(ag) ((ag)->sched != AGGREGATOR_CHAIN)
static GstPad *gst_aggregator_request_new_pad (GstElement * element,
GstPadTemplate * temp, const gchar * unused);