Skip to content

Conversation

@xriss
Copy link

@xriss xriss commented May 11, 2015

V4L2_FL_USE_FH_PRIO has been removed from v4l2-dev.h, as far as I can work out V4L2_FL_USES_V4L2_FH should be used instead

  • flags: optional. Set to V4L2_FL_USE_FH_PRIO if you want to let the framework
    handle the VIDIOC_G/S_PRIORITY ioctls. This requires that you use struct
    v4l2_fh. Eventually this flag will disappear once all drivers use the core
    priority handling. But for now it has to be set explicitly.

This way at least it builds when missing, however I'm not sure what's going on here and there may be other changes needed to deal with this problem.

V4L2_FL_USE_FH_PRIO has been removed from v4l2-dev.h, as far as I can work out V4L2_FL_USES_V4L2_FH should be used instead

- flags: optional. Set to V4L2_FL_USE_FH_PRIO if you want to let the framework
  handle the VIDIOC_G/S_PRIORITY ioctls. This requires that you use struct
  v4l2_fh. Eventually this flag will disappear once all drivers use the core
  priority handling. But for now it has to be set explicitly.


This way at least it builds when missing, however I'm not sure what's going on here and there may be other changes needed to deal with this problem.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant