[libcamera-devel,0/3] v4l2: Miscellaneous cleanups
mbox series

Message ID 20200822134605.17666-1-laurent.pinchart@ideasonboard.com
Headers show
Series
  • v4l2: Miscellaneous cleanups
Related show

Message

Laurent Pinchart Aug. 22, 2020, 1:46 p.m. UTC
Hello,

This small series contains miscellaneous cleanups for the V4L2
compatibility layer that I've had in my tree for quite some time.
There's nothing urgent, and hopefully nothing controversial.

Laurent Pinchart (3):
  v4l2: camera_proxy: Pass const reference to setFmtFromConfig()
  v4l2: camera_proxy: Store v4l2_pix_format instead of v4l2_format
  v4l2: camera: Merge getStreamConfig() with open()

 src/v4l2/v4l2_camera.cpp       |  8 ++-----
 src/v4l2/v4l2_camera.h         |  4 ++--
 src/v4l2/v4l2_camera_proxy.cpp | 39 +++++++++++++++++-----------------
 src/v4l2/v4l2_camera_proxy.h   |  7 +++---
 4 files changed, 27 insertions(+), 31 deletions(-)