Re: [clutter] cluttermm get_scale behaving strangely

2009-06-05 Thread Bartosz Kostrzewa
Bartosz Kostrzewa wrote: > Is this expected behaviour? Is there something I can do to guarantee > that the value of set_scale is propagated so that get_scale returns the > correct one? Ok, disregard this, the problem was that clicking triggered the animation of an underlying texture which was comp

Re: [clutter] cluttermm get_scale behaving strangely

2009-06-05 Thread Bartosz Kostrzewa
Bartosz Kostrzewa wrote: > animated via calling set_scale in a *new_frame signal handler, get_scale > keeps returning 1.0 until about half a second after the timeline > animating the set_scale operation has finished. apologies for replying to my own post but it's not even as regular as that. In e

[clutter] cluttermm get_scale behaving strangely

2009-06-05 Thread Bartosz Kostrzewa
Hi everyone, I have a simple UI which relies in its logic on calling get_scale to control an animation but I've noticed that while an actor is being animated via calling set_scale in a *new_frame signal handler, get_scale keeps returning 1.0 until about half a second after the timeline animating t

Re: [clutter] clutter cairo patch

2009-06-05 Thread Karl Lattimer
On Fri, 2009-06-05 at 12:35 +0100, Karl Lattimer wrote: > Hi all, > > Had some trouble building the latest git of clutter-cairo, attached is a > patch to remove the old clutter_clone_texture_new and replace it with > clutter_clone_new in the bubbles example. Sorry, just realised that this is depr

Re: [clutter] clutter cairo patch

2009-06-05 Thread Emmanuele Bassi
On Fri, 2009-06-05 at 12:35 +0100, Karl Lattimer wrote: > Had some trouble building the latest git of clutter-cairo, attached is a > patch to remove the old clutter_clone_texture_new and replace it with > clutter_clone_new in the bubbles example. clutter-cairo has been deprecated since last Decem

[clutter] clutter cairo patch

2009-06-05 Thread Karl Lattimer
Hi all, Had some trouble building the latest git of clutter-cairo, attached is a patch to remove the old clutter_clone_texture_new and replace it with clutter_clone_new in the bubbles example. BR, K diff --git a/examples/bubbles.c b/examples/bubbles.c index e6adcd6..34c711f 100644 --- a/exampl

Re: [clutter] Capturing image data from stage save as video file.

2009-06-05 Thread Emmanuele Bassi
On Fri, 2009-06-05 at 14:53 +1000, Saul Lethbridge wrote: > I'm thinking it might be easier to simply offscreen the stage and do a > gdk_pixbuf_get_from_drawable for each frame, then send that frame on > for encoding to video. Has anybody tried this? it's not necessary. the gnome-shell project ha

Re: [clutter] Capturing image data from stage save as video file.

2009-06-05 Thread Emmanuele Bassi
On Fri, 2009-06-05 at 14:18 +1000, Saul Lethbridge wrote: > Would I be able to use glReadBuffer & glReadPixels to get the image > data? Am I on the right track? > > > http://www.opengl.org/documentation/specs/man_pages/hardcopy/GL/html/gl/readbuffer.html > http://www.opengl.org/documentation/spec