summaryrefslogtreecommitdiffstats
path: root/tests/examples/camerabin
AgeCommit message (Collapse)AuthorFilesLines
2009-07-22camerabin: more perf-test cleanupsStefan Kost1-23/+40
Remove some obsolete exmaples. Add video-width/height. Use proper api for setting still image resolution. Fix stopping random tests on bin-state-changes. Remove the memdup in snapshot again, as its not needed (pixbuf goes out of scope with the buffer).
2009-07-21camerabin: we need to copy the data in the exampleStefan Kost1-2/+4
gdk_pixbuf_new_from_data does not copy the data.
2009-07-20camerabin: add code in test to store snapshots for manual verificationStefan Kost1-6/+32
Use gdk_pixbuf to save the image in perf-test. Also remove some obsolute commented out code.
2009-07-20camerabin: improve perf test robustness and add commentsStefan Kost1-9/+16
2009-07-17camerabin: implemnet two more testsStefan Kost1-66/+259
Add tests for videorecording startup and capture startup delay.
2009-06-26camerabin: make shot2shot test more reliableStefan Kost1-4/+23
We can only trigger next shot (in the test) when current is captured and saved.
2009-06-25camerabin: sync first test more safelyStefan Kost1-8/+33
Don't use gst_element_get_state() to wait for PLAYING, Use the bus-handler insteader and asynchronously schedule next test.
2009-06-24camerabin: add target-times option to specify test timesStefan Kost1-11/+35
Have some reasonable default times. Add a commandline option to override defaults. Interpret target-time=0 as skip-test.
2009-06-22camerabin: add camerabin examplesStefan Kost6-0/+3041
gst-camera is a gtk-test app to play with the imagecapture and videorecording. gst-camera-perf is a tool to run various scenarios and take time meassurements (e.g. shot-to-shot). Also sort the output files in configure.ac a bit to be in alphabetical order.