On 4-okt-2006, at 3:58, Jeff Senn wrote:


While attempting to use the QuickTime sequence grabber
interfaces from Python I notice that there is some
confusion between Component and ComponentInstance
in _Qtmodule.c.

I believe most of the instances of "CmpObj_{Convert,New}"
in _Qtmodule should actually be "CmpInstObj_{Convert,New}"
(There are a few that are correctly CmpObj_...)

I have a (moderately tested) patch...

A patch won't help much, because _Qtmodule is generated (through qtscan.py/qtsupport.py). I assume that there's a one-line mistake in qtsupport, which leads to one C type being handled as CmpObj in stead of CmpInstObj.

Hmm, well at least the patch will contain that information, I guess. Could you put it on sourceforge and assign it to me?
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma Goldman


Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to