gst/gst.defs: Update for new API
authorEdward Hervey <bilboed@bilboed.com>
Fri, 14 Oct 2005 16:26:17 +0000 (16:26 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 14 Oct 2005 16:26:17 +0000 (16:26 +0000)
commit2aa12f0142f3e4c6ad71a0e3165b13fa7a136c8f
tree45296fab8864225ff0b4c502d339b38f8294ca54
parent9f4d0c6bb36e5ec92b40553831b8aa53bd92c362
gst/gst.defs: Update for new API

Original commit message from CVS:
* gst/gst.defs:
Update for new API
* gst/gst.override:
Added unreffing for gst.Registry.get_plugin_list and .get_feature_list
* testsuite/common.py:
removed crude hack for gst.Registry and gst.Plugin
* testsuite/test_interface.py:
* testsuite/test_caps.py:
* testsuite/test_struct.py:
* testsuite/test_xml.py:
converted to using common's TestCase class
* testsuite/test_event.py:
Enabled/fixed previously non working test
* testsuite/test_registry.py:
Now uses common's TestCase class,
added special case setUp()
ChangeLog
gst/gst.defs
gst/gst.override
testsuite/common.py
testsuite/test_caps.py
testsuite/test_event.py
testsuite/test_interface.py
testsuite/test_registry.py
testsuite/test_struct.py
testsuite/test_xml.py