codegen/codegen.py: When chaining up to the parent class methods from python to C...
authorEdward Hervey <bilboed@bilboed.com>
Wed, 10 Jan 2007 16:13:29 +0000 (16:13 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 10 Jan 2007 16:13:29 +0000 (16:13 +0000)
commit4acc40c8d218abad2af44e7500740e1d56e62df3
tree418dee42ce84206c84cecd848ee37063f96b99c6
parent67e9861541f402b1c7d175e8803deb79c17561a7
codegen/codegen.py: When chaining up to the parent class methods from python to C, we need to allow threads (i.e. rel...

Original commit message from CVS:
* codegen/codegen.py:
When chaining up to the parent class methods from python to C, we need
to allow threads (i.e. release the GIL).
* gst/gstbase.override:
* gst/gstbin.override:
Modify __do_*() overrides in the same way as above.
ChangeLog
codegen/codegen.py
common
gst/gstbase.override
gst/gstbin.override