summaryrefslogtreecommitdiffstats
path: root/gst/oldcore/gstshaper.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/oldcore/gstshaper.c')
-rw-r--r--gst/oldcore/gstshaper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/oldcore/gstshaper.c b/gst/oldcore/gstshaper.c
index 9f8d4780..56f84b8a 100644
--- a/gst/oldcore/gstshaper.c
+++ b/gst/oldcore/gstshaper.c
@@ -77,8 +77,8 @@ gst_shaper_policy_get_type (void)
{
static GType shaper_policy_type = 0;
static GEnumValue shaper_policy[] = {
- {SHAPER_POLICY_TIMESTAMPS, "1", "sync on timestamps"},
- {SHAPER_POLICY_BUFFERSIZE, "2", "sync on buffer size"},
+ {SHAPER_POLICY_TIMESTAMPS, "sync on timestamps", "timestamp"},
+ {SHAPER_POLICY_BUFFERSIZE, "sync on buffer size", "size"},
{0, NULL, NULL},
};