gstreamer/testsuite
Thomas Vander Stichele d1d42bd770 gst/gst.defs: parse_launch also owns the return ref
Original commit message from CVS:

* gst/gst.defs:
parse_launch also owns the return ref
* gst/gstbin.override:
fix a leak in get_by_name()
* testsuite/common.py:
loop when garbage collecting; necessary when deleting, say,
a pipeline, that contains elements, to ensure the elements
also get collected
* testsuite/test_element.py:
* testsuite/test_pipeline.py:
test for garbage collection
2005-09-28 14:20:03 +00:00
..
.gitignore testsuite/Makefile.am (check-local): distcheck fixes 2004-03-17 12:41:08 +00:00
common.py gst/gst.defs: parse_launch also owns the return ref 2005-09-28 14:20:03 +00:00
Makefile.am don't override project policy 2005-09-27 18:40:16 +00:00
runtests.py gst/gst.*: add another registry method 2005-09-23 15:37:40 +00:00
test-object.c Use gst.element_factory_make in play example 2004-11-23 10:16:58 +00:00
test-object.h Use gst.element_factory_make in play example 2004-11-23 10:16:58 +00:00
test_bin.py wrap gst.Element.get_state, returning a tuple add tests for it 2005-09-08 15:13:06 +00:00
test_buffer.py add a .data to buffers; it feels more natural to me than doing str(buffer) compared to the other properties. 2005-09-01 14:50:01 +00:00
test_bus.py fix up for new bus API 2005-09-19 15:44:54 +00:00
test_caps.py 55 working tests now; some disabled 2005-09-01 15:50:46 +00:00
test_element.py gst/gst.defs: parse_launch also owns the return ref 2005-09-28 14:20:03 +00:00
test_event.py 55 working tests now; some disabled 2005-09-01 15:50:46 +00:00
test_interface.py fix headers on tests 2005-09-01 10:36:07 +00:00
test_pad.py testsuite/common.py: add a common.TestCase class that has methods to track and verify garbage collection of GstObject 2005-09-28 13:29:52 +00:00
test_pipeline.py gst/gst.defs: parse_launch also owns the return ref 2005-09-28 14:20:03 +00:00
test_registry.py update for new plugin API 2005-09-18 11:54:34 +00:00
test_struct.py add a .keys() method to gst.Structure, plus test 2005-09-20 14:50:54 +00:00
test_xml.py fix headers on tests 2005-09-01 10:36:07 +00:00
testhelpermodule.c Remove old documentation system 2005-08-01 09:59:55 +00:00