summaryrefslogtreecommitdiffstats
path: root/test/test-ring-buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid annoying g_type_init deprecation warningsMatthias Vogelgesang2014-07-301-1/+4
|
* Fix #28: Add buffered recording to base classMatthias Vogelgesang2014-02-141-0/+4
| | | | | | | 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-8/+30
|
* Fix g_test_init call by making argv non-constMatthias Vogelgesang2013-12-121-1/+1
|
* Use correct size, otherwise it crashes on 32 bitMatthias Vogelgesang2013-12-121-1/+1
|
* Add ring buffer testMatthias Vogelgesang2013-12-101-0/+75