testsuite/interface.py (Availability.testXOverlay): Extend to test method calling...
authorJohan Dahlin <johan@gnome.org>
Mon, 24 May 2004 10:30:05 +0000 (10:30 +0000)
committerJohan Dahlin <johan@gnome.org>
Mon, 24 May 2004 10:30:05 +0000 (10:30 +0000)
commitc0d4251e200e1617010f5055fdd6f0273d955cc5
tree70e72ffb9189aa0a941e4a95e6f15bc5d46f9607
parent06761336fe12740e46217f9b858d5d82163a394d
testsuite/interface.py (Availability.testXOverlay): Extend to test method calling on interfaces

Original commit message from CVS:
* testsuite/interface.py (Availability.testXOverlay): Extend to
test method calling on interfaces

* testsuite/common.py: call pygtk.require first

* gst/gstbin.override (_wrap_gst_bin_get_by_name): Add a
keyword argument recurse and remove
_wrap_gst_bin_get_by_name_recurse_up.

* gst/gst.override (_wrap_gst_element_get_pad_list): Split out bin
functions to ...

* gst/gstbin.override: .. this file

* gst/gst.defs (bin_new): allow NULL for first argument.
(child_state_change): Remove, it's private.
ChangeLog
gst/gst.defs
gst/gst.override
gst/gstbin.override [new file with mode: 0644]
testsuite/common.py
testsuite/interface.py
testsuite/test_interface.py