Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-28 | asfmux: First basic check unit tests | Thiago Santos | 2 | -0/+222 | |
Adds simple asfmux unit tests, that test pad creation and pushing a single buffer through them | |||||
2009-07-21 | katedec: only put primary language tag in GST_TAG_LANGUAGE | Tim-Philipp Müller | 1 | -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-20 | kate: fix some minor memory leaks | ogg.k.ogg.k | 2 | -2/+0 | |
Makes 'make check-valgrind' work for the kate unit test (#525743) | |||||
2009-07-19 | checks: add kate unit tests to valgrind blacklist for now | Tim-Philipp Müller | 2 | -0/+3 | |
And add check binary to ignore list. | |||||
2009-07-19 | kate: fix up for additional subtitle/x-kate media type | Tim-Philipp Müller | 1 | -0/+14 | |
2009-07-19 | add new Kate plugin, for Kate overlay streams | Vincent Penquerc'h | 2 | -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-06-29 | rtpbin: do better cleanup of the src ghostpads | Wim Taymans | 1 | -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-22 | camerabin: debug log only change | Stefan Kost | 1 | -2/+2 | |
2009-06-22 | camerabin: more cleanup in tests | Stefan Kost | 1 | -9/+10 | |
Add more debug logging. Remove unused mutex and cond. | |||||
2009-06-19 | rtpbin: add support for buffer-list | Branko Subasic | 2 | -0/+339 | |
Add support for sending buffer-lists. Add unit test for testing that the buffer-list passed through rtpbin. fixes #585839 | |||||
2009-06-14 | camerabin: cleanups in the tests | Stefan Kost | 2 | -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-07 | tests/metadata: Don't try tags we can't handle. Fixes #584945 | Edward Hervey | 1 | -0/+6 | |
2009-06-05 | gitignore: Ignore shapewipe unit test binary | Jan Schmidt | 1 | -0/+1 | |
2009-06-05 | Moved 'x264enc' from -bad to -ugly | Jan Schmidt | 2 | -11/+1 | |
2009-06-05 | camerabin: fix link order | Stefan Kost | 1 | -3/+4 | |
Move local version up in the link order. | |||||
2009-06-05 | camerabin: preview image sending optimization | Lasse Laukkanen | 1 | -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-04 | shapewipe: Increase timeout of the unit test | Sebastian Dröge | 1 | -0/+1 | |
2009-06-02 | aacparse: set channels and rate on output caps, and keep codec_data | Tim-Philipp Müller | 1 | -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-01 | shapewipe: Add unit test for shapewipe | Sebastian Dröge | 2 | -0/+307 | |
2009-05-26 | states: Ignore the camerabin for the states test | Jan Schmidt | 1 | -1/+1 | |
It accesses the video device, which isn't generally desirable for the state test. | |||||
2009-05-25 | tests: add receive rtpbin unit test | Wim Taymans | 1 | -0/+206 | |
2009-05-22 | tests: more rtpbin checks | Wim Taymans | 1 | -49/+64 | |
2009-05-22 | tests: add more rtpbin tests | Wim Taymans | 1 | -4/+26 | |
2009-05-22 | tests: add rtpbin unit test | Wim Taymans | 3 | -0/+97 | |
Add the beginnings of an rtpbin unit test Add some more stuff to .gitignore | |||||
2009-05-16 | Moved 'y4menc' from -bad to -good | Jan Schmidt | 3 | -167/+0 | |
2009-04-25 | tests: make git ignore new unit tests binaries | Tim-Philipp Müller | 2 | -1/+3 | |
2009-04-24 | check: exclude rsndvdbin from the states test | Jan Schmidt | 1 | -1/+1 | |
2009-04-16 | camerabin: change img-done signal parameter from GString* to const gchar* | Lasse Laukkanen | 1 | -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-07 | mxf: Add unit tests for checking if mxfmux ! mxfdemux pipelines are working ↵ | Sebastian Dröge | 2 | -0/+283 | |
without errors | |||||
2009-04-02 | mxfmux: Add unit tests | Sebastian Dröge | 2 | -1/+263 | |
2009-03-22 | tests: reenable metadata test | Stefan Kost | 1 | -3/+3 | |
2009-03-22 | metadata: reenable test | Stefan Kost | 1 | -2/+1 | |
2009-03-12 | check: Disabling metadata unit test until #574401 is fixed. | Edward Hervey | 1 | -4/+5 | |
2009-03-07 | camerabin: Make the tests pass when the camerabin can't initialise. | Jan Schmidt | 1 | -4/+27 | |
The camerabin tests were throwing glib errors and hanging when gst-plugins-good elements (jpegenc, videocrop) can't found. | |||||
2009-03-07 | misc: Ignore the camerabin binary in the check/elements subdir | Jan Schmidt | 1 | -0/+1 | |
2009-03-07 | metadata: change 'q' back to 'jpegenc' (my keyboard hates me) | Stefan Kost | 1 | -1/+1 | |
2009-03-06 | metadata: cleanup, fix the test, add comments | Stefan Kost | 1 | -6/+15 | |
First do not build the plugin, if we have none of the backend, as it won't work then. Fix the miniobject_unref error in the test. Sprinkle a first handful of debug logs into the element code. | |||||
2009-03-06 | legacyresample: Fix memory leak in the unit test by unreffing the caps | Sebastian Dröge | 1 | -0/+1 | |
2009-03-04 | check: gst-plugins-bad.supp needs to be distributed. | Peter Kjellerstedt | 1 | -0/+1 | |
2009-02-27 | camerabin: rework signaling and tests | Stefan Kost | 1 | -0/+2 | |
Revert the GString change. There are no marshallers for it. A better change is now described in http://bugzilla.gnome.org/show_bug.cgi?id=573370. Test should work again. | |||||
2009-02-25 | tests: add a timeout of 5 slightly above the default | Stefan Kost | 1 | -0/+1 | |
2009-02-25 | camerabin: increase timeout and lower video recording length | Stefan Kost | 1 | -11/+23 | |
The video was recorded for too long for the test timeouts. Also the verification suite did not had custom timouts at all. Also split the verification for images and video to get better reporting. | |||||
2009-02-25 | tests: blacklist dccp plugins. | Stefan Kost | 1 | -1/+1 | |
Unless one runs a very recent kernel, they can easily lockup the whole system. | |||||
2009-02-25 | camerabin: get rid of // comment and explain | Stefan Kost | 1 | -2/+4 | |
2009-02-25 | camerabin: update check unit test | Stefan Kost | 1 | -37/+72 | |
Use playbin2 for validation. Use tmp_dir for capturing. Wait with g_cond for burst capture finish. Cleanup some g_object_set. Add some logging to ease tracing. | |||||
2009-02-09 | More files to ignore | Edward Hervey | 2 | -0/+8 | |
2009-02-09 | tests: Add camerabin unit tests. | Nokia Corporation | 2 | -0/+405 | |
2009-02-05 | metadata test: Fix wrong looping variable. Test is now valid (but fails). | Edward Hervey | 1 | -1/+1 | |
The inner looping was using the outer looping variable. | |||||
2009-01-23 | Rename audioresample files and types to legacyresample | Sebastian Dröge | 2 | -40/+40 | |
Finish the move/rename of audioresample to legacyresample to prevent any confusion. | |||||
2009-01-06 | tests/check/Makefile.am: Dist test headers for amr and aac parsers. | Jan Schmidt | 1 | -3/+1 | |
Original commit message from CVS: * tests/check/Makefile.am: Dist test headers for amr and aac parsers. Remove leftover lines mentioned speexresample tests. |