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: qv4l2: updateColorspace is only valid for video capture.
Author:  Hans Verkuil <[email protected]>
Date:    Sun Nov 22 15:54:35 2015 +0100

Skip this call for other streaming modes.

Signed-off-by: Hans Verkuil <[email protected]>

 utils/qv4l2/general-tab.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=93288a2d12e0d7d9d76870ac45f93c019e38f87c

diff --git a/utils/qv4l2/general-tab.cpp b/utils/qv4l2/general-tab.cpp
index 1bed976..689b4cc 100644
--- a/utils/qv4l2/general-tab.cpp
+++ b/utils/qv4l2/general-tab.cpp
@@ -1915,7 +1915,8 @@ void GeneralTab::sourceChange(const v4l2_event &ev)
                m_qryStandard->click();
        else if (m_qryTimings && m_qryTimings->isEnabled())
                m_qryTimings->click();
-       updateColorspace();
+       if (has_vid_cap() || has_vid_out())
+               updateColorspace();
 }
 
 void GeneralTab::updateFreq()

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to