projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bea13ef
)
interlace: Rename pattern property to field-pattern
author
Robert Swain
<robert.swain@collabora.co.uk>
Mon, 22 Nov 2010 09:29:56 +0000
(10:29 +0100)
committer
Robert 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
patch
|
blob
|
history
diff --git
a/gst/interlace/gstinterlace.c
b/gst/interlace/gstinterlace.c
index
a268837
..
d8b7f2e
100644
(file)
--- 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));