rawvideoparse: fix typos in property description

This commit is contained in:
Tim-Philipp Müller 2016-12-05 18:17:30 +00:00
parent da981c85a1
commit f14a307638

View file

@ -292,7 +292,7 @@ gst_raw_video_parse_class_init (GstRawVideoParseClass * klass)
PROP_PLANE_STRIDES,
g_param_spec_value_array ("plane-strides",
"Plane strides",
"Strides of the planets in bytes",
"Strides of the planes in bytes",
g_param_spec_uint ("plane-stride",
"Plane stride",
"Stride of the n-th plane in bytes (0 = stride equals width*bytes-per-pixel)",
@ -305,7 +305,7 @@ gst_raw_video_parse_class_init (GstRawVideoParseClass * klass)
PROP_PLANE_OFFSETS,
g_param_spec_value_array ("plane-offsets",
"Plane offsets",
"Offsets of the planets in bytes",
"Offsets of the planes in bytes",
g_param_spec_uint ("plane-offset",
"Plane offset",
"Offset of the n-th plane in bytes",