summaryrefslogtreecommitdiff
path: root/gst/rawparse
diff options
context:
space:
mode:
authorLuis de Bethencourt <luisbg@osg.samsung.com>2016-08-19 12:24:58 +0100
committerLuis de Bethencourt <luisbg@osg.samsung.com>2016-08-19 12:25:48 +0100
commit9514d06ab6fe891f9eca3f6c579fe464516e9d22 (patch)
tree87e7e74f47301404defc836966c75cab88e70e44 /gst/rawparse
parenta27103b5360ba40cdd0be6e3116542eb0823f71a (diff)
downloadgstreamer-plugins-bad-9514d06ab6fe891f9eca3f6c579fe464516e9d22.tar.gz
rawvideoparse: fix typo in comment
Small typo in the comment explaining the code fixed by the previous commit. Fixing it.
Diffstat (limited to 'gst/rawparse')
-rw-r--r--gst/rawparse/gstrawvideoparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rawparse/gstrawvideoparse.c b/gst/rawparse/gstrawvideoparse.c
index acec6d27e..2fb58c138 100644
--- a/gst/rawparse/gstrawvideoparse.c
+++ b/gst/rawparse/gstrawvideoparse.c
@@ -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. */