summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2009-07-28asfmux: First basic check unit testsThiago Santos2-0/+222
Adds simple asfmux unit tests, that test pad creation and pushing a single buffer through them
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-21katedec: only put primary language tag in GST_TAG_LANGUAGETim-Philipp Müller1-1/+1
Only put primary language into GST_TAG_LANGUAGE, and convert to lower case, ie. only use "en" of "en_GB". This is per our tag documentation and hence what apps expect. Also add example to kateenc property description so people know a language code is wanted here.
2009-07-20kate: fix some minor memory leaksogg.k.ogg.k2-2/+0
Makes 'make check-valgrind' work for the kate unit test (#525743)
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-19checks: add kate unit tests to valgrind blacklist for nowTim-Philipp Müller2-0/+3
And add check binary to ignore list.
2009-07-19kate: fix up for additional subtitle/x-kate media typeTim-Philipp Müller1-0/+14
2009-07-19add new Kate plugin, for Kate overlay streamsVincent Penquerc'h2-0/+850
katedec: Kate decoder (text only) kateenc: Kate encoder (text and DVD SPU only) katetag: Kate tagger kateparse: Kate parser tiger: Kate renderer using the Tiger rendering library Fixes #525743.
2009-07-17camerabin: implemnet two more testsStefan Kost1-66/+259
Add tests for videorecording startup and capture startup delay.
2009-06-29dist: Add the camerabin examples subdirectory to the distJan Schmidt1-1/+1
2009-06-29rtpbin: do better cleanup of the src ghostpadsWim Taymans1-0/+84
Connect to the pad-removed signal of the ptdemux elements so that we remove the ghostpads for them. Fixes cleanup when going to NULL as well as when releasing the sinkpads. Fixes #561752
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: debug log only changeStefan Kost1-2/+2
2009-06-22camerabin: more cleanup in testsStefan Kost1-9/+10
Add more debug logging. Remove unused mutex and cond.
2009-06-22camerabin: add camerabin examplesStefan Kost7-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-19rtpbin: add support for buffer-listBranko Subasic2-0/+339
Add support for sending buffer-lists. Add unit test for testing that the buffer-list passed through rtpbin. fixes #585839
2009-06-14camerabin: cleanups in the testsStefan Kost2-18/+52
Sprinkle more logging to make it easier to follow. Specify a low framerate and capture resolution to avoid tests timing out. Make the sinks sync to test closer to reality. Fix Makefile to use uninstalled interface.
2009-06-07tests/metadata: Don't try tags we can't handle. Fixes #584945Edward Hervey1-0/+6
2009-06-06examples: Don't build the mxf example if GTK isn't present.Jan Schmidt1-2/+2
2009-06-05gitignore: Ignore shapewipe unit test binaryJan Schmidt1-0/+1
2009-06-05Moved 'x264enc' from -bad to -uglyJan Schmidt2-11/+1
2009-06-05camerabin: fix link orderStefan Kost1-3/+4
Move local version up in the link order.
2009-06-05camerabin: preview image sending optimizationLasse Laukkanen1-81/+104
* decouple image capturing from image post-processing and encoding * post image-captured message after image is captured * post preview-image message with snapshot of captured image
2009-06-04shapewipe: Increase timeout of the unit testSebastian Dröge1-0/+1
2009-06-02aacparse: set channels and rate on output caps, and keep codec_dataTim-Philipp Müller1-8/+24
Create output caps from input caps, so we maintain any fields we might get on the input caps, such as codec_data or rate and channels. Set channels and rate on the output caps if we don't have input caps or they don't contain such fields. We do this partly because we can, but also because some muxers need this information. Tagreadbin will also be happy about this.
2009-06-01shapewipe: Add unit test for shapewipeSebastian Dröge2-0/+307
2009-05-29shapewipe: Divide the border value by two, otherwise we use a twice a wide ↵Sebastian Dröge1-1/+1
border
2009-05-29shapewipe: Add border property to allow smooth bordersSebastian Dröge1-1/+1
...and use a border of 0.01 in the example application.
2009-05-29shapewipe: Fix Makefile of the example applicationSebastian Dröge1-2/+4
2009-05-29shapewipe: Add a simple shapewipe transition filter & example applicationSebastian Dröge3-2/+136
2009-05-26states: Ignore the camerabin for the states testJan Schmidt1-1/+1
It accesses the video device, which isn't generally desirable for the state test.
2009-05-25tests: add receive rtpbin unit testWim Taymans1-0/+206
2009-05-22tests: more rtpbin checksWim Taymans1-49/+64
2009-05-22tests: add more rtpbin testsWim Taymans1-4/+26
2009-05-22tests: add rtpbin unit testWim Taymans3-0/+97
Add the beginnings of an rtpbin unit test Add some more stuff to .gitignore
2009-05-16Moved 'y4menc' from -bad to -goodJan Schmidt3-167/+0
2009-05-07scaletempo: Don't require gconfaudiosink in the demoRov Juvano1-1/+1
Fixes bug #537700.
2009-04-25tests: make git ignore new unit tests binariesTim-Philipp Müller2-1/+3
2009-04-24check: exclude rsndvdbin from the states testJan Schmidt1-1/+1
2009-04-16camerabin: change img-done signal parameter from GString* to const gchar*Lasse Laukkanen1-6/+4
Don't allow setting filename via img-done signal parameter but force app use filename property. Don't stop capture when setting filename property. Update check unit test based on the change.
2009-04-07mxf: Add unit tests for checking if mxfmux ! mxfdemux pipelines are working ↵Sebastian Dröge2-0/+283
without errors
2009-04-02mxfmux: Add unit testsSebastian Dröge2-1/+263
2009-03-22tests: reenable metadata testStefan Kost1-3/+3
2009-03-22metadata: reenable testStefan Kost1-2/+1
2009-03-12check: Disabling metadata unit test until #574401 is fixed.Edward Hervey1-4/+5
2009-03-07camerabin: Make the tests pass when the camerabin can't initialise.Jan Schmidt1-4/+27
The camerabin tests were throwing glib errors and hanging when gst-plugins-good elements (jpegenc, videocrop) can't found.