mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
v4l2object: fix typo in comment
https://bugzilla.gnome.org/show_bug.cgi?id=796940
This commit is contained in:
parent
02d3f9748b
commit
91dd9c1929
1 changed files with 1 additions and 1 deletions
|
@ -3283,7 +3283,7 @@ gst_v4l2_object_set_format_full (GstV4l2Object * v4l2object, GstCaps * caps,
|
|||
field = V4L2_FIELD_NONE;
|
||||
}
|
||||
|
||||
/* We first pick th main colorspace from the primaries */
|
||||
/* We first pick the main colorspace from the primaries */
|
||||
switch (info.colorimetry.primaries) {
|
||||
case GST_VIDEO_COLOR_PRIMARIES_BT709:
|
||||
/* There is two colorspaces using these primaries, use the range to
|
||||
|
|
Loading…
Reference in a new issue