@@ -48,6 +48,15 @@
<refsect1>
<title>Description</title>
+ <note>
+ <title>Experimental</title>
+
+ <para>
+ This is an <link linkend="experimental">experimental</link>
+ interface and may change in the future.
+ </para>
+ </note>
+
<para>This ioctl is used to create buffers for <link linkend="mmap">memory
mapped</link> or <link linkend="userp">user pointer</link>
I/O. It can be used as an alternative or in addition to the
@@ -48,6 +48,15 @@
<refsect1>
<title>Description</title>
+ <note>
+ <title>Experimental</title>
+
+ <para>
+ This is an <link linkend="experimental">experimental</link>
+ interface and may change in the future.
+ </para>
+ </note>
+
<para>Applications can optionally call the
<constant>VIDIOC_PREPARE_BUF</constant> ioctl to pass ownership of the buffer
to the driver before actually enqueuing it, using the
Add a note to documentation of both VIDIOC_PREPARE_BUFS and VIDIOC_CREATE_BUFS that these ioctls are experimental. Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi> --- I think it would be even better to add the note to the ioctls themselves. The users are not going to be looking at the list of experimental features when then want to implement something. .../DocBook/media/v4l/vidioc-create-bufs.xml | 9 +++++++++ .../DocBook/media/v4l/vidioc-prepare-buf.xml | 9 +++++++++ 2 files changed, 18 insertions(+), 0 deletions(-)