diff --git a/gst/rawparse/gstrawvideoparse.c b/gst/rawparse/gstrawvideoparse.c index 95304bebb2..38fc5589ad 100644 --- a/gst/rawparse/gstrawvideoparse.c +++ b/gst/rawparse/gstrawvideoparse.c @@ -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",