rawvideoparse: fix typo in comment
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Fri, 19 Aug 2016 11:24:58 +0000 (12:24 +0100)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Fri, 19 Aug 2016 11:25:48 +0000 (12:25 +0100)
Small typo in the comment explaining the code fixed by the previous commit.
Fixing it.

gst/rawparse/gstrawvideoparse.c

index acec6d27ec296b2d9fa977e6525b71fd2badb25c..2fb58c13838369533afdcc97687b91cf463564a0 100644 (file)
@@ -1167,7 +1167,7 @@ gst_raw_video_parse_update_info (GstRawVideoParseConfig * config)
   if (n_planes < 1)
     n_planes = 1;
 
-  /* Figure out what plane is the physically last one. Typically, the
+  /* Figure out what plane is the physically last one. Typically
    * this is the last plane in the list (= at index n_planes-1).
    * However, this is not guaranteed, so we have to scan the offsets
    * to find the last plane. */