rawvideoparse: fix typo in 'plane-offsets' description
The property is 'plane-offsets', not 'plane-offset' so the example in the description was wrong. https://bugzilla.gnome.org/show_bug.cgi?id=796817
This commit is contained in:
parent
62cb08404b
commit
86b0802378
@ -298,7 +298,7 @@ gst_raw_video_parse_class_init (GstRawVideoParseClass * klass)
|
|||||||
PROP_PLANE_OFFSETS,
|
PROP_PLANE_OFFSETS,
|
||||||
gst_param_spec_array ("plane-offsets",
|
gst_param_spec_array ("plane-offsets",
|
||||||
"Plane offsets",
|
"Plane offsets",
|
||||||
"Offsets of the planes in bytes (e.g. plane-offset=\"<0,76800>\")",
|
"Offsets of the planes in bytes (e.g. plane-offsets=\"<0,76800>\")",
|
||||||
g_param_spec_int ("plane-offset",
|
g_param_spec_int ("plane-offset",
|
||||||
"Plane offset",
|
"Plane offset",
|
||||||
"Offset of the n-th plane in bytes",
|
"Offset of the n-th plane in bytes",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user