This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: test-media: use -m instead of -M for vicodec and vidtv
Author:  Hans Verkuil <hverkuil-ci...@xs4all.nl>
Date:    Fri Oct 20 11:03:44 2023 +0200

Run v4l2-compliance for vicodec and vidtv with the -m option
to check all interfaces as well.

For vidtv this results in "Unable to detect what device ... is"
messages, but that's OK.

Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

 contrib/test/test-media | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=26652613ee97161f8d16d256a3bd0a031de27a47
diff --git a/contrib/test/test-media b/contrib/test/test-media
index 77292cc5cc41..afe207600c44 100755
--- a/contrib/test/test-media
+++ b/contrib/test/test-media
@@ -572,7 +572,7 @@ if [ $vicodec -eq 1 -a $setup -eq 0 ]; then
        echo vicodec media controller compliance tests | tee /dev/kmsg
        echo
        date
-       stdbuf -oL $v4l2_compliance -M platform:vicodec 2>&1 | tee -a $tmp
+       stdbuf -oL $v4l2_compliance -m platform:vicodec 2>&1 | tee -a $tmp
 
        echo
        echo vicodec encoder compliance tests | tee /dev/kmsg
@@ -719,7 +719,7 @@ if [ $vidtv -eq 1 -a $setup -eq 0 ]; then
        echo vidtv media controller compliance tests | tee /dev/kmsg
        echo
        date
-       stdbuf -oL $v4l2_compliance -M platform:vidtv 2>&1 | tee -a $tmp
+       stdbuf -oL $v4l2_compliance -m platform:vidtv 2>&1 | tee -a $tmp
 
        echo
        echo

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to