On Tue, 2007-07-31 at 11:33 +0100, Emmanuele Bassi wrote:
> python gobject bindings should use a sink function for "floating"
> objects, that is clutter.Actor and clutter.Alpha. I just fixed them in
> SVN and your example now should work.
by the way, in SVN I just enabled the cluttercairo sub-module, so you
can test that one too. :-)
the clutter-gst and clutter-cairo libraries are wrapped as sub-modules
of the clutter module, so you have to do:
from clutter import cluttergst
from clutter import cluttercairo
to use them without prefixing every call with "clutter."; I did not
thoroughly test them, but:
from clutter import cluttergst
audio = cluttergst.Audio()
audio.set_filename('Music/some-music.ogg')
audio.set_playing(True)
worked out of the box, so I guess video and cairo integration should
work too. :-)
ciao,
Emmanuele.
--
Emmanuele Bassi, OpenedHand Ltd.
Unit R, Homesdale Business Centre
216-218 Homesdale Rd., Bromley - BR12QZ
http://www.o-hand.com
--
To unsubscribe send a mail to [EMAIL PROTECTED]