summaryrefslogtreecommitdiffstats
path: root/test/test-mock.c
Commit message (Collapse)AuthorAgeFilesLines
* Use property notification instead of signalMatthias Vogelgesang2012-03-051-8/+42
| | | | | | | Up to this point we used a custom signal to notify about starting and stopping recording of data. However, such signals come (almost) for free for each property. This way, you can query "is-recording" but also be notified when "is-recording" was changed by the camera itself.
* Add mock testMatthias Vogelgesang2012-03-051-0/+98