ClutterMedia is the generic interface for implementing media integration; the clutter-gst library provides implementations of that interface, for instance.
Ok, this makes sense. 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.
I'm sorry to hear that. :( I hope that this is figured out when 0.4 comes out. I could take a look, but I know nothing about binding python to C. Also Cairo API would be nice. ;) I guess, I could read some tutorials on this subject.
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?
I've Sony Vaio with Intel GMA950 and using i810 driver. I tested my code on my desktop computer which has Nvidia 6600GT and it was very fast and worked well.
