diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-05-01 05:29:07 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-20 08:31:52 -0300 |
commit | 75916fd279323fd1b1636625a127838962677dfd (patch) | |
tree | a656c25d0da35921eb85e6021426bd65401001d0 /Documentation/DocBook/media/v4l/vidioc-query-dv-preset.xml | |
parent | f2b9e8acaa5555afac53f3d5490fa89506df37a2 (diff) | |
download | linux-75916fd279323fd1b1636625a127838962677dfd.tar.gz linux-75916fd279323fd1b1636625a127838962677dfd.tar.bz2 linux-75916fd279323fd1b1636625a127838962677dfd.zip |
[media] V4L2: Mark the DV Preset API as deprecated
The DV Preset API will be phased out in favor of the more flexible DV Timings
API. Mark the preset API accordingly in the header and documentation.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook/media/v4l/vidioc-query-dv-preset.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/vidioc-query-dv-preset.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-query-dv-preset.xml b/Documentation/DocBook/media/v4l/vidioc-query-dv-preset.xml index 23b17f604211..1bc8aeb3ff1f 100644 --- a/Documentation/DocBook/media/v4l/vidioc-query-dv-preset.xml +++ b/Documentation/DocBook/media/v4l/vidioc-query-dv-preset.xml @@ -49,6 +49,10 @@ input</refpurpose> <refsect1> <title>Description</title> + <para>This ioctl is <emphasis role="bold">deprecated</emphasis>. + New drivers and applications should use &VIDIOC-QUERY-DV-TIMINGS; instead. + </para> + <para>The hardware may be able to detect the current DV preset automatically, similar to sensing the video standard. To do so, applications call <constant> VIDIOC_QUERY_DV_PRESET</constant> with a pointer to a |