mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
rawvideoparse: fix typos in property description
This commit is contained in:
parent
da981c85a1
commit
f14a307638
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue