Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-28 | tests: sanitization. | Mathieu Duponchelle | 9 | -372/+392 | |
+ Create a no_install libtestutils. + Remove code from common.h to put it in common.c + Abstract away bus polling from test_simplest # TODO use it as much as possible. + Fix various little errors spotted thanks to new flags. | |||||
2013-05-19 | tests: Use spaces instead of tabs | Thibault Saunier | 1 | -77/+77 | |
2013-05-16 | tests: Add a simple test with adder | Thibault Saunier | 1 | -0/+129 | |
2013-03-28 | composition: Ensure segment base time is correct | Edward Hervey | 5 | -11/+30 | |
We update it based on accumulated segment time. Tests are also updated to check for valid base/time/duration | |||||
2013-01-16 | tests, docs: use GST_*_1_0 environment variables everywhere | Tim-Philipp Müller | 1 | -3/+3 | |
The _1_0 suffixed environment variables override the non-suffixed ones, so if we're in an environment that sets the _1_0 suffixed ones, such as jhbuild, we need to set those to make sure ours actually always get used. | |||||
2012-11-07 | check: Detect stray segments better | Edward Hervey | 1 | -0/+10 | |
2012-11-04 | Fix FSF address | Tim-Philipp Müller | 1 | -2/+2 | |
2012-11-03 | check: Re-enable more tests | Edward Hervey | 1 | -6/+2 | |
Event though they don't succeed due to some issues in videomixer segment handling (or lack thereof). | |||||
2012-11-03 | check: Fix usage of probe | Edward Hervey | 1 | -5/+5 | |
We only care about downstream data, and we only need to be called once | |||||
2012-11-03 | misc: Add more/better debugging | Edward Hervey | 1 | -5/+11 | |
2012-01-25 | tests: don't use deprecated API | Edward Hervey | 3 | -3/+6 | |
2011-12-30 | More updates for probe changes | Edward Hervey | 2 | -2/+4 | |
2011-11-24 | gnl, tests: update for pad probe API changes | Tim-Philipp Müller | 7 | -19/+19 | |
But unit tests time out after pad gets blocked, so still something missing somewhere. | |||||
2011-11-01 | Update for pad API changes | Tim-Philipp Müller | 7 | -27/+27 | |
GstProbeType, GstProbeReturn and GstActivateMode -> GstPad* | |||||
2011-10-10 | check: Use a probe to detect events | Edward Hervey | 1 | -2/+4 | |
... and not a pad block | |||||
2011-10-05 | tests: Update to new 0.11 API | Edward Hervey | 8 | -213/+128 | |
* Use GST_UNSTABLE_API * Remove unused variables * Properly disable tests that require videomixer if not present * Clarify failures with ERROR messages * Use new probe API Compiles ... but most tests fail due to caps issues (which is also present in 0.10) | |||||
2011-02-10 | tests: Make gnlcomposition check stop faster | Edward Hervey | 1 | -1/+2 | |
2011-02-10 | tests: Add doc and refine seek check | Edward Hervey | 3 | -0/+24 | |
2011-02-10 | tests: Small cleanup | Edward Hervey | 1 | -5/+5 | |
2011-02-09 | tests: Added more seeking tests involving operations | Edward Hervey | 1 | -0/+237 | |
2011-02-09 | check: refactor 'gnloperation' tests | Edward Hervey | 1 | -795/+131 | |
2011-02-09 | tests: refactor 'complex' test | Edward Hervey | 2 | -497/+133 | |
2011-02-09 | tests: First go at testing seeking | Edward Hervey | 2 | -1/+506 | |
Still needs more checks though | |||||
2011-02-09 | check: More debugging and state checking | Edward Hervey | 2 | -3/+27 | |
2011-02-09 | tests: Add a method for checking element states | Edward Hervey | 1 | -0/+10 | |
2011-02-09 | check: Add some comments | Edward Hervey | 2 | -0/+19 | |
2011-02-09 | check: Add a simple variant | Edward Hervey | 1 | -0/+177 | |
2011-01-05 | tests: Don't use huge durations in tests | Edward Hervey | 1 | -8/+8 | |
2011-01-05 | tests: Poll more often. | Edward Hervey | 5 | -32/+32 | |
Should lower the risks of timing out | |||||
2010-12-19 | gnlcomposition: Fix memory leak in the unit test | Sebastian Dröge | 1 | -0/+1 | |
2010-12-14 | tests: give test suites different names | Tim-Philipp Müller | 5 | -69/+9 | |
So the output tells us which test is actually running. Also use GST_CHECK_MAIN() while we're at it. | |||||
2010-09-08 | tests: find uninstalled -good plugins and use them for tests | Tim-Philipp Müller | 1 | -1/+2 | |
Enables some more tests / code paths in an uninstalled setup. Also remove duplicate GST_PLUGIN_DIRS. https://bugzilla.gnome.org/show_bug.cgi?id=628943 | |||||
2010-09-08 | tests: skip gnlcomposition's test_no_more_pads_race test if videomixer is ↵ | Tim-Philipp Müller | 1 | -18/+9 | |
not available Fixes 'make check' in uninstalled setup where it currently can't find the -good plugins. https://bugzilla.gnome.org/show_bug.cgi?id=628943 | |||||
2010-08-20 | gnlcomposition: fix a race. Fixes #626733. | Alessandro Decina | 1 | -2/+0 | |
Fix a race between no_more_pads_object_cb and compare_relink_single_node. | |||||
2010-08-20 | tests: add a test case for a race in gnlcomposition. See #626733. | Alessandro Decina | 1 | -0/+174 | |
Add a test for a race between no_more_objects_cb and compare_relink_single_node in gnlcomposition. | |||||
2010-08-20 | gnlcomposition: fail early in remove_object when removing an invalid object. | Alessandro Decina | 1 | -0/+20 | |
Make gnl_composition_remove_object return immediately FALSE when removing an object not contained in the composition. | |||||
2010-08-20 | tests: Be more flexible in tests | Edward Hervey | 1 | -9/+9 | |
When removing an object from a composition, there might still be some internal refcounting still present since it's not in NULL. Also, use ASYNC_DONE message to detect for pre-roll | |||||
2010-07-23 | tests: Don't use the expensive videotestsrc patterns | Edward Hervey | 5 | -25/+25 | |
We're not viewing them anyway, so might as well take the cheapest to use. | |||||
2010-06-27 | check: Use fast pad linking methods | Edward Hervey | 1 | -3/+6 | |
2010-06-10 | tests: Fix memory leaks | Edward Hervey | 2 | -5/+13 | |
2010-06-10 | check: Move tests to a subdirectory | Edward Hervey | 7 | -11/+8 | |
2010-05-07 | tests: Ignore more files | Edward Hervey | 1 | -0/+1 | |
2010-04-13 | check: Lower framerate coming out of videotestsrc. | Edward Hervey | 1 | -1/+1 | |
This should lower the amount of time required to run the tests | |||||
2010-03-07 | tests: Adjust simple test for slight behaviour change introduced in last commit | Edward Hervey | 1 | -1/+5 | |
2010-03-07 | tests: Add a new test for checking fix introduce by last commit. | Edward Hervey | 1 | -0/+226 | |
2009-05-30 | GnlComposition: Use expandable GnlObject property. | Edward Hervey | 2 | -0/+464 | |
2009-05-30 | checks: Don't check for gstreamer 0.10.4 anymore. | Edward Hervey | 1 | -10/+5 | |
We already depend on a much recent version. | |||||
2009-05-08 | gnlcomposition: Update start/duration/stop even with update==False. | Edward Hervey | 1 | -14/+0 | |
The reason behind this is that updating the lists and those properties are decently simple/fast to do it at that time. The internal pipeline will still not be updated if update == False. | |||||
2009-05-07 | gnlcomposition: Implement update-blocking. Fixes #555898 | Edward Hervey | 3 | -28/+144 | |
When update is set to False, the internal pipeline is never updated, nor are the stop/duration properties of the composition. This allows for massive modifications with a much lower overhead. | |||||
2009-05-06 | tests/simple: Remove check for core > 0.10.4 | Edward Hervey | 1 | -9/+3 | |
We depend on a higher version already. |