This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/tvtime.git tree:
Subject: [tvtime, 4/4] default.tvtime.xml: Comment out V4LDevice so that we use the builtin default Author: Hans de Goede <[email protected]> Date: Wed Feb 24 08:07:07 2016 -0300 The builtin default V4LDevice is "auto" on Linux and "/dev/video0" on other platforms. So we should not set a V4LDevice in our global /etc/tvtime/tvtime.xml, as that will always be wrong on one platfrom or the other. Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> docs/html/default.tvtime.xml | 2 ++ 1 file changed, 2 insertions(+) --- http://git.linuxtv.org/cgit.cgi/tvtime.git/commit/?id=4c8233261398d72f02b2cfd0bf13c11d44dcadaa diff --git a/docs/html/default.tvtime.xml b/docs/html/default.tvtime.xml index 28aa6b4a7e82..285e27e4b812 100644 --- a/docs/html/default.tvtime.xml +++ b/docs/html/default.tvtime.xml @@ -19,7 +19,9 @@ <!-- This sets the default capture device to use. --> + <!-- <option name="V4LDevice" value="/dev/video0"/> + --> <!-- This sets the default capture card input to be opened by tvtime. _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
