Hi,

while testing the i.MX6 CSI drivers I noticed that media-ctl currently does not
propagate frame intervals between source and sink pads of connected entities
like it does pad formats. It doesn't even support setting the frame interval
of pads with an index other than 0.
The first three patches fix that and also print the frame interval if set.
The final patch adds colorimetry support to the pad formats.

regards
Philipp

Philipp Zabel (4):
  media-ctl: add pad support to set/get_frame_interval
  media-ctl: print the configured frame interval
  media-ctl: propagate frame interval
  media-ctl: add colorimetry support

 utils/media-ctl/libv4l2subdev.c | 295 ++++++++++++++++++++++++++++++++++++++--
 utils/media-ctl/media-ctl.c     |  25 ++++
 utils/media-ctl/options.c       |  22 ++-
 utils/media-ctl/v4l2subdev.h    |  84 +++++++++++-
 4 files changed, 411 insertions(+), 15 deletions(-)

-- 
2.11.0

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to