rawvideoparse: fix typos in property description
authorTim-Philipp Müller <tim@centricular.com>
Mon, 5 Dec 2016 18:17:30 +0000 (18:17 +0000)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 7 Dec 2016 09:20:27 +0000 (11:20 +0200)
gst/rawparse/gstrawvideoparse.c

index 38083699e73ba5c01cff83e5609d8ce9ee4abc99..27ba047c2e7192fcb9cbd58c842029a39c5f8af9 100644 (file)
@@ -300,7 +300,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)",
@@ -313,7 +313,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",