mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
rawvideoparse: fix typo in comment
Small typo in the comment explaining the code fixed by the previous commit. Fixing it.
This commit is contained in:
parent
d594d4df6c
commit
685bb8edb3
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue