mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
v4l2: Fix compilation with older kernels
https://bugzilla.gnome.org/show_bug.cgi?id=701595
This commit is contained in:
parent
3417a791ac
commit
86405d6ee7
1 changed files with 2 additions and 0 deletions
|
@ -277,7 +277,9 @@ gst_v4l2_fill_lists (GstV4l2Object * v4l2object)
|
|||
#ifdef V4L2_CTRL_TYPE_INTEGER_MENU
|
||||
case V4L2_CTRL_TYPE_INTEGER_MENU:
|
||||
#endif
|
||||
#ifdef V4L2_CTRL_TYPE_BITMASK
|
||||
case V4L2_CTRL_TYPE_BITMASK:
|
||||
#endif
|
||||
case V4L2_CTRL_TYPE_BUTTON:{
|
||||
int i;
|
||||
control.name[31] = '\0';
|
||||
|
|
Loading…
Reference in a new issue