From: Sakari Ailus <sakari.ailus@linux.intel.com>
To: linux-media@vger.kernel.org
Cc: rajmohan.mani@intel.com, yong.zhi@intel.com, hverkuil@xs4all.nl
Subject: [v4l-utils PATCH 3/4] v4l2-ctl: Print metadata capture formats on --all
Date: Mon, 14 Jan 2019 16:13:07 +0200 [thread overview]
Message-ID: <20190114141308.29329-4-sakari.ailus@linux.intel.com> (raw)
In-Reply-To: <20190114141308.29329-1-sakari.ailus@linux.intel.com>
Printing metadata formats was supported separately with
--list-formats-meta but no meta formats were printed with --all option.
Fix this.
Fixes: b3f1cf6b8519 ("v4l2-compliance/v4l2-ctl: support V4L2_CTRL_FLAG_MODIFY_LAYOUT and metadata")
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
utils/v4l2-ctl/v4l2-ctl.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/utils/v4l2-ctl/v4l2-ctl.cpp b/utils/v4l2-ctl/v4l2-ctl.cpp
index a65262f65e..1783979d76 100644
--- a/utils/v4l2-ctl/v4l2-ctl.cpp
+++ b/utils/v4l2-ctl/v4l2-ctl.cpp
@@ -1246,6 +1246,7 @@ int main(int argc, char **argv)
options[OptGetSlicedVbiOutFormat] = 1;
options[OptGetSdrFormat] = 1;
options[OptGetSdrOutFormat] = 1;
+ options[OptGetMetaFormat] = 1;
options[OptGetFBuf] = 1;
options[OptGetCropCap] = 1;
options[OptGetOutputCropCap] = 1;
--
2.11.0
next prev parent reply other threads:[~2019-01-14 14:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-14 14:13 [v4l-utils PATCH 0/4] Metadata output support for v4l2-ctl Sakari Ailus
2019-01-14 14:13 ` [v4l-utils PATCH 1/4] Update static build instructions Sakari Ailus
2019-01-14 14:13 ` [v4l-utils PATCH 2/4] Sync the latest headers Sakari Ailus
2019-01-14 14:13 ` Sakari Ailus [this message]
2019-01-14 14:13 ` [v4l-utils PATCH 4/4] v4l2-ctl: Add support for META_OUTPUT buffer type Sakari Ailus
2019-01-22 8:19 ` Hans Verkuil
2019-01-22 9:47 ` Sakari Ailus
2019-01-22 10:21 ` Hans Verkuil
2019-01-22 12:31 ` Sakari Ailus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190114141308.29329-4-sakari.ailus@linux.intel.com \
--to=sakari.ailus@linux.intel.com \
--cc=hverkuil@xs4all.nl \
--cc=linux-media@vger.kernel.org \
--cc=rajmohan.mani@intel.com \
--cc=yong.zhi@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.