Age | Commit message (Collapse) | Author | Files | Lines |
|
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).
|
|
gdk_pixbuf_new_from_data does not copy the data.
|
|
Use gdk_pixbuf to save the image in perf-test. Also remove some obsolute
commented out code.
|
|
|
|
Add tests for videorecording startup and capture startup delay.
|
|
We can only trigger next shot (in the test) when current is captured and saved.
|
|
Don't use gst_element_get_state() to wait for PLAYING, Use the bus-handler
insteader and asynchronously schedule next test.
|
|
Have some reasonable default times. Add a commandline option to override
defaults. Interpret target-time=0 as skip-test.
|
|
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.
|