interlace: Rename pattern property to field-pattern
authorRobert Swain <robert.swain@collabora.co.uk>
Mon, 22 Nov 2010 09:29:56 +0000 (10:29 +0100)
committerRobert Swain <robert.swain@collabora.co.uk>
Wed, 24 Nov 2010 11:09:16 +0000 (12:09 +0100)
This is mostly for clarity of what the property means and, I believe, makes the
pattern-offset property more comprehensible.

gst/interlace/gstinterlace.c

index a268837..d8b7f2e 100644 (file)
@@ -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));