Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273679
b: refs/heads/master
c: 21db3e0
h: refs/heads/master
i:
  273677: c759c3a
  273675: eb682ff
  273671: 2e537c3
  273663: c2d625c
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Nov 3, 2011
1 parent 1234453 commit 501d5ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2150158b31a3290cc883cf6dea4f5d6803b6b811
refs/heads/master: 21db3e07e1c6302556ae3215ddf0539f5d763b62
3 changes: 3 additions & 0 deletions trunk/drivers/media/video/videobuf2-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,9 @@ int vb2_qbuf(struct vb2_queue *q, struct v4l2_buffer *b)
if (q->streaming)
__enqueue_in_driver(vb);

/* Fill buffer information for the userspace */
__fill_v4l2_buffer(vb, b);

dprintk(1, "qbuf of buffer %d succeeded\n", vb->v4l2_buf.index);
return 0;
}
Expand Down

0 comments on commit 501d5ad

Please sign in to comment.