mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
v4l2: fix a typo on a debug message at v4l2_calls
suppored -> supported
This commit is contained in:
parent
0acbf40060
commit
55c1274dba
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ gst_v4l2_fill_lists (GstV4l2Object * v4l2object)
|
|||
}
|
||||
default:
|
||||
GST_DEBUG_OBJECT (e,
|
||||
"Control type for '%s' not suppored for extra controls.",
|
||||
"Control type for '%s' not supported for extra controls.",
|
||||
control.name);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue