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-g-dv-preset.xml | |
parent | f2b9e8acaa5555afac53f3d5490fa89506df37a2 (diff) | |
download | blackbird-op-linux-75916fd279323fd1b1636625a127838962677dfd.tar.gz blackbird-op-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-g-dv-preset.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/vidioc-g-dv-preset.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-g-dv-preset.xml b/Documentation/DocBook/media/v4l/vidioc-g-dv-preset.xml index 7940c1149393..61be9fa3803a 100644 --- a/Documentation/DocBook/media/v4l/vidioc-g-dv-preset.xml +++ b/Documentation/DocBook/media/v4l/vidioc-g-dv-preset.xml @@ -48,6 +48,12 @@ <refsect1> <title>Description</title> + + <para>These ioctls are <emphasis role="bold">deprecated</emphasis>. + New drivers and applications should use &VIDIOC-G-DV-TIMINGS; and &VIDIOC-S-DV-TIMINGS; + instead. + </para> + <para>To query and select the current DV preset, applications use the <constant>VIDIOC_G_DV_PRESET</constant> and <constant>VIDIOC_S_DV_PRESET</constant> ioctls which take a pointer to a &v4l2-dv-preset; type as argument. |