From 86b080237888cb488dfe672f0a0a0af552d14d1e Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 16 Jul 2018 13:12:50 +0200 Subject: [PATCH] rawvideoparse: fix typo in 'plane-offsets' description The property is 'plane-offsets', not 'plane-offset' so the example in the description was wrong. https://bugzilla.gnome.org/show_bug.cgi?id=796817 --- gst/rawparse/gstrawvideoparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rawparse/gstrawvideoparse.c b/gst/rawparse/gstrawvideoparse.c index 776e7fdf98..b1e955dd94 100644 --- a/gst/rawparse/gstrawvideoparse.c +++ b/gst/rawparse/gstrawvideoparse.c @@ -298,7 +298,7 @@ gst_raw_video_parse_class_init (GstRawVideoParseClass * klass) PROP_PLANE_OFFSETS, gst_param_spec_array ("plane-offsets", "Plane offsets", - "Offsets of the planes in bytes (e.g. plane-offset=\"<0,76800>\")", + "Offsets of the planes in bytes (e.g. plane-offsets=\"<0,76800>\")", g_param_spec_int ("plane-offset", "Plane offset", "Offset of the n-th plane in bytes",