mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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.
This commit is contained in:
parent
bea13ef43b
commit
341b0c2d62
1 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue