Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331089
b: refs/heads/master
c: 6bd4dd2
h: refs/heads/master
i:
  331087: dbe78d5
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Sep 26, 2012
1 parent abbf80a commit 0074bf5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8e19b3475072682312de71f4dddf6d4f4081e143
refs/heads/master: 6bd4dd27f926519527b9c39709df13ad120d63f9
7 changes: 6 additions & 1 deletion trunk/Documentation/DocBook/media/v4l/vidioc-streamon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,12 @@ not transmitted yet. I/O returns to the same state as after calling
stream type. This is the same as &v4l2-requestbuffers;
<structfield>type</structfield>.</para>

<para>Note applications can be preempted for unknown periods right
<para>If <constant>VIDIOC_STREAMON</constant> is called when streaming
is already in progress, or if <constant>VIDIOC_STREAMOFF</constant> is called
when streaming is already stopped, then the ioctl does nothing and 0 is
returned.</para>

<para>Note that applications can be preempted for unknown periods right
before or after the <constant>VIDIOC_STREAMON</constant> or
<constant>VIDIOC_STREAMOFF</constant> calls, there is no notion of
starting or stopping "now". Buffer timestamps can be used to
Expand Down

0 comments on commit 0074bf5

Please sign in to comment.