testsuite/pipeline.py (PipelineConstructor.testGoodConstructor) (PipelineConstructor...
authorJohan Dahlin <johan@gnome.org>
Fri, 16 Apr 2004 13:56:39 +0000 (13:56 +0000)
committerJohan Dahlin <johan@gnome.org>
Fri, 16 Apr 2004 13:56:39 +0000 (13:56 +0000)
commitf203f4826c3e9e8b7746f8ed3a32f76d0ad844ed
tree6c9b6fa08aa9fb7bdc3e54cadd36cd8d1376a0ff
parent9e4049710c190af37a91334937755ee89caf9dab
testsuite/pipeline.py (PipelineConstructor.testGoodConstructor) (PipelineConstructor.testBadConstruct)

Original commit message from CVS:
* testsuite/pipeline.py (PipelineConstructor.testGoodConstructor)
(PipelineConstructor.testBadConstruct)
(ThreadConstructor.testCreate): New tests

* testsuite/element.py (ElementTest.testGoodConstructor): Add
isinstance(element, gst.Element) test

* testsuite/common.py: Clean up, use ltihooks
(init) Assign tp_new for pipeline and thread to PyType_GenericNew
for now.
ChangeLog
gst/gst.override
testsuite/Makefile.am
testsuite/common.py
testsuite/element.py
testsuite/pipeline.py
testsuite/test_element.py
testsuite/test_pipeline.py