summaryrefslogtreecommitdiffstats
path: root/src/uca-ring-buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix annotationsMatthias Vogelgesang2014-03-051-5/+29
|
* Fix #28: Add buffered recording to base classMatthias Vogelgesang2014-02-141-6/+9
| | | | | | | This change adds new properties ::buffered and ::num-buffers to the base class. If ::buffered is TRUE, uca_camera_start_recording will spawn a new thread which will call the camera-specific grab. Any call to uca_camera_grab will return the next item from the ring buffer.
* Use read-write ring bufferMatthias Vogelgesang2014-02-141-43/+49
|
* Fix annotations and docstringsMatthias Vogelgesang2013-12-121-0/+20
|
* Guard property list with NULLMatthias Vogelgesang2013-12-121-1/+2
|
* Make ring buffer publicMatthias Vogelgesang2013-12-101-0/+246