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...

-Jas
[Please CC relevant replies to me directly
as I don't read the list regularly]

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

Reply via email to