Message ID | 1456312027-8484-4-git-send-email-hdegoede@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/docs/html/default.tvtime.xml b/docs/html/default.tvtime.xml index 28aa6b4..285e27e 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.
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 <hdegoede@redhat.com> --- docs/html/default.tvtime.xml | 2 ++ 1 file changed, 2 insertions(+)