From 341b0c2d62ac266319a1f13c8695e23090901290 Mon Sep 17 00:00:00 2001 From: Robert Swain Date: Mon, 22 Nov 2010 10:29:56 +0100 Subject: [PATCH] interlace: Rename pattern property to field-pattern This is mostly for clarity of what the property means and, I believe, makes the pattern-offset property more comprehensible. --- gst/interlace/gstinterlace.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/interlace/gstinterlace.c b/gst/interlace/gstinterlace.c index a268837..d8b7f2e 100644 --- a/gst/interlace/gstinterlace.c +++ b/gst/interlace/gstinterlace.c @@ -251,8 +251,8 @@ gst_interlace_class_init (GstInterlaceClass * klass) G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); g_object_class_install_property (object_class, PROP_PATTERN, - g_param_spec_enum ("pattern", "Telecine pattern", - "Pattern of fields to be used for telecine", GST_INTERLACE_PATTERN, + g_param_spec_enum ("field-pattern", "Field pattern", + "The output field pattern", GST_INTERLACE_PATTERN, GST_INTERLACE_PATTERN_2_3, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); -- 2.7.4