Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-22 | camerabin: more perf-test cleanups | Stefan Kost | 1 | -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-21 | camerabin: we need to copy the data in the example | Stefan Kost | 1 | -2/+4 | |
gdk_pixbuf_new_from_data does not copy the data. | |||||
2009-07-20 | camerabin: add code in test to store snapshots for manual verification | Stefan Kost | 1 | -6/+32 | |
Use gdk_pixbuf to save the image in perf-test. Also remove some obsolute commented out code. | |||||
2009-07-20 | camerabin: improve perf test robustness and add comments | Stefan Kost | 1 | -9/+16 | |
2009-07-17 | camerabin: implemnet two more tests | Stefan Kost | 1 | -66/+259 | |
Add tests for videorecording startup and capture startup delay. | |||||
2009-06-29 | dist: Add the camerabin examples subdirectory to the dist | Jan Schmidt | 1 | -1/+1 | |
2009-06-26 | camerabin: make shot2shot test more reliable | Stefan Kost | 1 | -4/+23 | |
We can only trigger next shot (in the test) when current is captured and saved. | |||||
2009-06-25 | camerabin: sync first test more safely | Stefan Kost | 1 | -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-24 | camerabin: add target-times option to specify test times | Stefan Kost | 1 | -11/+35 | |
Have some reasonable default times. Add a commandline option to override defaults. Interpret target-time=0 as skip-test. | |||||
2009-06-22 | camerabin: add camerabin examples | Stefan Kost | 7 | -3/+3044 | |
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. | |||||
2009-06-06 | examples: Don't build the mxf example if GTK isn't present. | Jan Schmidt | 1 | -2/+2 | |
2009-05-29 | shapewipe: Divide the border value by two, otherwise we use a twice a wide ↵ | Sebastian Dröge | 1 | -1/+1 | |
border | |||||
2009-05-29 | shapewipe: Add border property to allow smooth borders | Sebastian Dröge | 1 | -1/+1 | |
...and use a border of 0.01 in the example application. | |||||
2009-05-29 | shapewipe: Fix Makefile of the example application | Sebastian Dröge | 1 | -2/+4 | |
2009-05-29 | shapewipe: Add a simple shapewipe transition filter & example application | Sebastian Dröge | 3 | -2/+136 | |
2009-05-07 | scaletempo: Don't require gconfaudiosink in the demo | Rov Juvano | 1 | -1/+1 | |
Fixes bug #537700. | |||||
2009-03-04 | docs/plugins/Makefile.am: add figures subdirectory | Christian Schaller | 1 | -1/+1 | |
tests/examples/Makefile.am: add mxf subdirectory gst-plugins.spec.in: add new plugins | |||||
2009-02-28 | mxf: Don't use GLib 2.16 API unconditionally in the example | Sebastian Dröge | 1 | -0/+4 | |
2009-02-26 | mxf: Add example application to output the structural metadata tree into a ↵ | Sebastian Dröge | 3 | -0/+250 | |
GtkTreeView | |||||
2009-02-24 | Remove tests/examples/app as it was moved to -base a long time ago | Sebastian Dröge | 8 | -1239/+0 | |
2009-02-24 | Move examples directory to tests/examples as in every other GStreamer module | Sebastian Dröge | 40 | -0/+5407 | |