Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: fix gtk-doc warnings | Stefan Kost | 2009-09-10 | 1 | -17/+35 |
| | |||||
* | v4l2sink: change where buffers get dequeued | Rob Clark | 2009-08-04 | 1 | -39/+9 |
| | | | | It seems to cause strange occasional high latencies (almost 200ms) when dequeuing buffers from _buffer_alloc(). It is simpler and seems to work much better to dqbuf from the same thread that is queuing the next buffer. | ||||
* | v4l2: Add v4l2sink element | Rob Clark | 2009-08-04 | 1 | -0/+630 |
This also does the following changes: (1) pull the bufferpool code out into gstv4l2bufferpool.c, and make a bit more generic so it can be used both for v4l2src and v4l2sink (2) move some of the device probing/configuration/caps stuff into gstv4l2object.c so it does not have to be duplicated between v4l2src and v4l2sink Fixes bug #590280. |