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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/oldcore/gstaggregator.c b/gst/oldcore/gstaggregator.c
index d8dad7e2..71d8d50a 100644
--- a/gst/oldcore/gstaggregator.c
+++ b/gst/oldcore/gstaggregator.c
@@ -69,9 +69,9 @@ gst_aggregator_sched_get_type (void)
{
static GType aggregator_sched_type = 0;
static GEnumValue aggregator_sched[] = {
- {AGGREGATOR_LOOP, "1", "Loop Based"},
- {AGGREGATOR_LOOP_SELECT, "3", "Loop Based Select"},
- {AGGREGATOR_CHAIN, "4", "Chain Based"},
+ {AGGREGATOR_LOOP, "Loop Based", "loop"},
+ {AGGREGATOR_LOOP_SELECT, "Loop Based Select", "loop-select"},
+ {AGGREGATOR_CHAIN, "Chain Based", "chain"},
{0, NULL, NULL},
};