On Wed, 2007-07-11 at 18:17 +0300, Lauri Taimila wrote: > > Ok, I will do that. I've played around with pyclutter today and it > seems very easy to use. At least for simple tests. Too bad that > GTK-widget is not in python-bindings. Well, it's not important at this > point. I would like to test GST-video texture, but I can't figure out > how to do that. There is clutter.Media class, but when I try to create > an instance I get "NotImplementedError". So, is bindings lacking this > feature?
ClutterMedia is the generic interface for implementing media integration; the clutter-gst library provides implementations of that interface, for instance. the clutter-gst library has no binding, like the other integration libraries, mostly due to the fact that I cannot maintain two different language bindings for the entire Clutter suite. :-) also because I don't know the python bindings API for GStreamer enough to solve some initialisation issues I found when writing the clutter-gst bindings. if someone wants to write the bindings for the GStreamer and GTK+ bindings is more than welcome. admittedly, in clutter-gst trunk we added some more call to make the API to make it binding friendly for the mono/csharp bindings, but I never got around to fix the python bindings. > Also everything is VERY slow at my laptop. I tried that "export > CLUTTER_VBLANK=0", but it didn't help. I will test stuff on my desktop > and see if it runs better. what kind of video card do you have on your laptop? and which driver are you using? 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]
