summaryrefslogtreecommitdiff
path: root/tests/check
Commit message (Collapse)AuthorAgeFilesLines
* tests: fix buffer leaks in opus testsVincent Penquerc'h2012-01-111-3/+5
|
* tests: remove temporary files when done in camerabin, camerabin2 and jifmux ↵Tim-Philipp Müller2012-01-043-1/+50
| | | | tests
* tests: remove comment for already fixed issues on makefileThiago Santos2011-12-281-2/+0
| | | | | Some issues on camerabin2 and jifmux tests were fixed some time ago, remove the comments about them
* tests: camerabin2: Fix message leak in testsThiago Santos2011-12-281-0/+2
|
* tests: camerabin2: fix mainloop leaksThiago Santos2011-12-271-0/+2
|
* tests: camerabin2: enable testsThiago Santos2011-12-201-1/+1
| | | | Tests are passing now, enable them
* tests: jifmux: re-enable jifmux's testsThiago Santos2011-12-151-1/+1
| | | | | | Fix for its test is now available on -base module. Enabling again.
* tests: mpegtsmux: remove unused variableThiago Santos2011-12-141-2/+0
|
* tests: disable failing jifmux, camerabin2, and colorspace testsTim-Philipp Müller2011-12-111-3/+6
| | | | | | jifmux: general:test_jifmux_tags:0: Assertion 'entry->components == 2' failed camerabin2: test_multiple_video_recordings:0: gst_caps_get_structure: assertion `GST_IS_CAPS (caps) colorspace: bad memory accesses in orc code for odd width buffers (see bug #663248)
* tests: fix g_usleep() in camerabin2 testTim-Philipp Müller2011-12-111-1/+8
| | | | | g_usleep() takes a microsecond value, GST_SECOND is nanoseconds, so we were sleeping for more than 3 minutes here instead of 200ms.
* tests: Add more files to .gitignoreEdward Hervey2011-12-052-0/+6
|
* mpegtsmux: add support for force key unit eventsAlessandro Decina2011-11-302-0/+330
| | | | Handle force key unit events outputting PAT and PMT when all_headers=TRUE
* various: fix pad template ref leaksVincent Penquerc'h2011-11-282-16/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=662664
* tests: add unit test for voamrwbencMark Nauwelaerts2011-11-252-0/+193
|
* opus: add testVincent Penquerc'h2011-11-222-0/+390
|
* camerabin2: Fix some racyness in testsThiago Santos2011-11-141-16/+24
| | | | | | | | | | | Fix some racyness as the test was checking the idle property right after it got the preview message for video recordings. In some conditions, it might happen that camerabin2 still hasn't decremented the processing counter after posting the preview and/or the image/video-done message and the test will get idle=false and fail. The approach for checking for the idle property was a busy loop with a sleep. Far from elegant, but good enough for these tests.
* camerabin2: update tests to set post-previews to trueThiago Santos2011-11-081-1/+1
| | | | Makes most of camerabin2 tests pass again
* tests: mark test input data constVincent Penquerc'h2011-11-071-3/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=663235
* tests: allow building with older versions of glib (g_list_free_full)Vincent Penquerc'h2011-11-071-4/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=663234
* tests: make const data constVincent Penquerc'h2011-11-031-15/+15
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=662776
* tests: h264parse: fix exit codeRené Stadler2011-11-011-4/+4
|
* codecparsers: vc1: Implement bitplanes handling properlyGwenole Beauchesne2011-10-171-9/+16
| | | | Add a new GstVC1BitPlanes API.
* codecparsers: VC1: Implement Sequence Layer Data StructuresThibault Saunier2011-10-171-83/+83
| | | | | | | | Instead of having a single VC1SequenceHeader structure, use the 3 structs from the "Table 265: Sequence Layer Data Structure" of the specification for the library to be more flexible. Implement the functions to parse them
* codecparsers: VC1: compute MB height and widthThibault Saunier2011-10-171-6/+9
| | | | Add them to GstVC1SequenceHdr
* codecparsers: VC1: Fix after GstVC1ParserResult renamingThibault Saunier2011-10-171-1/+1
|
* tests: camerabin2: Refactor tests a littleThiago Santos2011-09-291-30/+38
| | | | Refactor camerabin2 tests a little
* tests: camerabin2: adding tests to check for preview message filenamesThiago Santos2011-09-291-30/+54
| | | | | Preview messages now have filenames, add tests to check that they are correct
* codecparser: VC1: Implement a VC1 parsing libraryThibault Saunier2011-09-262-0/+1241
|
* codecparsers: Declare the new APIs as unstable for the time beingThibault Saunier2011-09-261-0/+2
|
* codecparsers: h264: Implement the nal_parser_free functionThibault Saunier2011-09-091-1/+1
|
* codecparsers: h264: Use g_slice instead of g_malloc in nal_parser_newThibault Saunier2011-09-091-1/+1
|
* codecparsers: h264: Add an h.264 bitstream parsing libraryThibault Saunier2011-09-022-0/+192
|
* mpegvideoparse: Port to the new mpeg parsing libraryThibault Saunier2011-09-021-2/+3
|
* codecparsers: mpeg: Add an mpeg video bitstream parsing libraryThibault Saunier2011-09-022-0/+218
| | | | Create a new codecparsers library
* tests: make camerabin2 test buildVincent Penquerc'h2011-08-251-3/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=657363
* camerabin2: Remove from experimentalThiago Santos2011-08-231-5/+2
| | | | | Remove camerabin2 from experimental, allowing it to be built without needing to pass --enable-experimental on configure.
* tests: camerabin2: Use audiotestsrc on testsThiago Santos2011-08-211-1/+5
| | | | | | Use audiotestsrc on tests instead of using the system's default audiosrc, avoiding any problems that a local audio setup might have.
* tests: camerabin2: Improving testsThiago Santos2011-08-211-28/+112
| | | | | | | | | Adding some additional checks for custom camerabin2 messages Also improves reliability of the tests by waiting for the preview-buffer message. This message is generated from the preview pipeline, and might arrive later than the image/video-done from the main camerabin2 pipeline, the tests need to wait for it even after getting the image/video-done.
* tests: camerabin2: Add test for audio-filter propertyThiago Santos2011-08-131-1/+11
| | | | | Checks that the audio-filter is properly plugged in the pipeline and receives buffers when recording a video.
* tests: fix compiler warning in faad unit testTim-Philipp Müller2011-07-291-2/+0
|
* tests: camerabin2: fix name of 'image-done' bus messageRaluca Elena Podiuc2011-07-151-4/+1
| | | | | Use the correct bus message for camerabin2 image done and removes check that is no longer needed for these tests.
* tests: add some more unit test binaries to .gitignoreTim-Philipp Müller2011-07-142-0/+5
|
* camerabin2: Use a single location for both modesThiago Santos2011-06-231-8/+4
| | | | | Implement the location property just like it works in camerabin, the same location is used for both images and videos
* tests: camerabin2: Adds new test to check image location correctnessThiago Santos2011-06-231-0/+101
| | | | | This new test checks that images are saved with the filename setting on location on the moment of the start-capture
* tests: add colorspace unit testMark Nauwelaerts2011-06-172-1/+313
| | | | | | Compares colorspace result with ffmpegcolorspace output using SSIM. Also probes for possible crashes for odd width and height image by applying all possible colorspace transformations.
* tests: add a test for baseaudiovisualizerStefan Kost2011-06-063-0/+196
|
* tests: camerabin2: remove unused varThiago Santos2011-06-021-2/+0
|
* camerabin2: Use full names in propertiesThiago Santos2011-06-021-3/+3
| | | | Improve API by using source instead of src in properties
* faac: Fix unit test after latest faac changesSebastian Dröge2011-05-311-3/+4
|
* tests: blacklist more sys elements from the state testsStefan Kost2011-05-251-4/+9
| | | | Also wrap the list of blacklisted elements and trim some whitespace.