summaryrefslogtreecommitdiff
path: root/test/test-ring-buffer.c
AgeCommit message (Collapse)Author
2014-02-14Fix #28: Add buffered recording to base classMatthias Vogelgesang
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.
2014-02-14Use read-write ring bufferMatthias Vogelgesang
2013-12-12Fix g_test_init call by making argv non-constMatthias Vogelgesang
2013-12-12Use correct size, otherwise it crashes on 32 bitMatthias Vogelgesang
2013-12-10Add ring buffer testMatthias Vogelgesang