Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid annoying g_type_init deprecation warnings | Matthias Vogelgesang | 2014-07-30 | 1 | -1/+4 |
| | |||||
* | Fix #28: Add buffered recording to base class | Matthias Vogelgesang | 2014-02-14 | 1 | -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 buffer | Matthias Vogelgesang | 2014-02-14 | 1 | -8/+30 |
| | |||||
* | Fix g_test_init call by making argv non-const | Matthias Vogelgesang | 2013-12-12 | 1 | -1/+1 |
| | |||||
* | Use correct size, otherwise it crashes on 32 bit | Matthias Vogelgesang | 2013-12-12 | 1 | -1/+1 |
| | |||||
* | Add ring buffer test | Matthias Vogelgesang | 2013-12-10 | 1 | -0/+75 |