summaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Expand)AuthorFilesLines
2006-07-03gst/: Use Py_BuildValue to construct tuples.Edward Hervey1-2/+2
2006-06-13testsuite/gstpython.supp: Keeping suppresionsEdward Hervey1-13/+13
2006-06-13testsuite/gstpython.supp: Tim might have fixed this suppression. Commenting it.Edward Hervey1-13/+13
2006-06-13testsuite/gstpython.supp: One more suppression added to bug #344761Edward Hervey1-1/+15
2006-06-13testsuite/gstpython.supp: Added suppresion for leaks of bug #344761.Edward Hervey1-0/+19
2006-06-13Ignore log files.Edward Hervey1-0/+1
2006-06-12testsuite/: Added cleanup file to initialize registry before running checks.Edward Hervey3-3/+10
2006-06-09pygst.py.in: Don't import non-used modulesEdward Hervey1-0/+1
2006-06-09pygst.py.in: Don't import non-used modulesEdward Hervey1-2/+2
2006-06-09codegen/: Updated codegenerator to current pygtk one.Edward Hervey1-3/+6
2006-05-09testsuite/python.supp: Added suppressions for FC5 64 bitEdward Hervey1-1/+34
2006-04-08testsuite/test-object.h: Fix broken GObject macrosStefan Kost1-1/+1
2006-04-07testsuite/test_ghostpad.py: more assertions to figure out an speed issue.Edward Hervey1-2/+2
2006-04-07Makefile.am: make check-valgrind calls make valgrind in the testsuite directory.Edward Hervey2-0/+45
2006-04-05testsuite/test_message.py: GstBus is flushing in NULL, so we need to set the ...Edward Hervey1-0/+3
2006-03-21testsuite/: Another attempt at making the tests deterministic on the buildbotsJan Schmidt2-6/+5
2006-03-20testsuite/test_ghostpad.py: Add while loop in teardown to wait for the pipeli...Jan Schmidt1-0/+4
2006-02-01testsuite/test_event.py: Properly use tempfileEdward Hervey1-4/+3
2006-02-01gst/gst.defs: When using gst.Element.send_event() and gst.Pad.send_event() we...Edward Hervey1-1/+1
2006-02-01testsuite/test_event.py: add a test case for autoplugging behaviour: create a...Thomas Vander Stichele1-0/+80
2006-02-01testsuite/test_element.py: add another link testThomas Vander Stichele1-1/+37
2006-01-08gst/gststructure.override: Properly check for gstvalue data types. This makes...Edward Hervey2-1/+8
2005-12-20prereleasingThomas Vander Stichele1-1/+1
2005-12-05testsuite/test_registry.py (RegistryTest.testPluginList): Look for staticelem...Andy Wingo1-1/+1
2005-11-30gst-interfaces-0.9.pc is no more, update to new useEdward Hervey1-1/+0
2005-11-15gst/gst.defs: Keep refcount for the message of gst_bus_post()Edward Hervey1-8/+14
2005-11-15add gst.message_application_new test caseJohan Dahlin1-0/+16
2005-10-27add gst.QueryError and use itThomas Vander Stichele2-4/+12
2005-10-27gst/: remove the hash table for miniobjects - since we can't get notified whe...Thomas Vander Stichele1-13/+25
2005-10-26state change fixThomas Vander Stichele1-0/+5
2005-10-26testsuite/test_event.py: fix race condition because of state threadThomas Vander Stichele1-0/+7
2005-10-26testsuite/test_bin.py: fix race condition because of state threadThomas Vander Stichele1-1/+7
2005-10-19gst/: Update (hopefully) final API modificationsEdward Hervey1-1/+0
2005-10-19gst/: Updated APIEdward Hervey4-41/+43
2005-10-19gst/: update for latest API changesThomas Vander Stichele1-0/+3
2005-10-17add gdb targetThomas Vander Stichele1-1/+8
2005-10-14gst/gst.defs: Update for new APIEdward Hervey7-84/+97
2005-10-13gst/: Updated to new APIEdward Hervey3-12/+151
2005-10-13update a test fix an uninited varThomas Vander Stichele1-3/+19
2005-10-12Reordering header inclusion order to fix build on my machine.Julien Moutte1-3/+3
2005-10-11gst/common.h: cleanupEdward Hervey12-93/+327
2005-10-09now we can send events to elements againThomas Vander Stichele1-8/+12
2005-10-09gst/: fix for pending state being added to state messageThomas Vander Stichele2-3/+3
2005-10-07gst/pygstiterator.c: Unref the return value, since the iterator refs them.Edward Hervey2-6/+39
2005-10-07gst/pygstminiobject.c: Comments to better track the creation/destruction of P...Edward Hervey3-12/+228
2005-10-07start a message testThomas Vander Stichele3-0/+39
2005-10-07add valgrind checking to the testsuiteThomas Vander Stichele2-2/+269
2005-10-07Add GstIterator wrapping and tests.Johan Dahlin1-0/+67
2005-10-06memleak fixes. Thanks valgrind :)Edward Hervey1-0/+2
2005-10-06configure.ac: need at least 2.6.3, because that contains the code that conver...Thomas Vander Stichele1-37/+20