[clutter] [ANNOUNCE] PyClutter 0.9.2 - developers snapshot

2009-08-06 Thread Emmanuele Bassi
The Python bindings for the Clutter core and integration libraries have been released. this release of the Python bindings map the Clutter 1.0 API cycle. Download is available at: http://www.clutter-project.org/sources/pyclutter/0.9/ MD5 checksums: c848543847191ab62361d3c705567d52

[clutter] clutter_media_set_progress can not work as I want

2009-08-06 Thread Jianchun Zhou
Hi, all: I got a problem about ClutterMedia, after creating a ClutterGstVideoTexture object tex, I want to use clutter_media_set_progress to let it show a specified frame of this video file, I do it this way: ClutterActor *tex = clutter_gst_video_texture_new();

Re: [clutter] clutter_media_set_progress can not work as I want

2009-08-06 Thread Damien Lespiau
On Thu, 2009-08-06 at 12:40 +0100, Jianchun Zhou wrote: Hi, all: Hi, I got a problem about ClutterMedia, after creating a ClutterGstVideoTexture object tex, I want to use clutter_media_set_progress to let it show a specified frame of this video file, I do it this way: ClutterActor