rawvideoparse: fix typos in property description
authorTim-Philipp Müller <tim@centricular.com>
Mon, 5 Dec 2016 18:17:30 +0000 (18:17 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 5 Dec 2016 18:17:30 +0000 (18:17 +0000)
gst/rawparse/gstrawvideoparse.c

index 95304be..38fc558 100644 (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",