[clutter] Clutter Script Asserts

2008-05-28 Thread varun shrivastava
hi When i try to un-merge a merge_id returned from clutter_script_load_from_file i get following asserts (./a.out:22293): Clutter-CRITICAL **: clutter_actor_destroy: assertion `CLUTTER_IS_ACTOR (self)' failed (./a.out:22293): Clutter-CRITICAL **: clutter_actor_destroy: assertion

Re: [clutter] Clutter Script Asserts

2008-05-28 Thread Emmanuele Bassi
On Wed, 2008-05-28 at 12:02 +0530, varun shrivastava wrote: hi When i try to un-merge a merge_id returned from clutter_script_load_from_file i get following asserts which version of Clutter are you using? also, for bug reports you should always use Bugzilla, so we can keep track of

Re: [clutter] Clutter Script Asserts

2008-05-28 Thread Emmanuele Bassi
On Wed, 2008-05-28 at 07:53 +0100, Emmanuele Bassi wrote: could you open a bug in Bugzilla and attach a stack trace produced with a debugger like gdb? never mind, I fixed the issue in the stable branch (for trunk, a complete fix will land in the next 60 minutes, I need to commute to the office

Re: [clutter] Rendering video through clutter

2008-05-28 Thread Matthew Allum
These sound like gstreamer issues rather than Clutter ones. See if you can play the video in something like totem. == Matthew On Tue, 2008-05-27 at 20:04 +0100, dilip devaraj wrote: Hello Clutter Team Thanks a lot for all your help.I am now able to compile applications present in toys

Re: [clutter] Multiple displays

2008-05-28 Thread Florent
Hi Can you please share more info on this. Well, it's dead simple: just use either Xinerama or nvidia built-in twinview, and you will have a spanning desktop on your 2 physical displays. You can dispose the second screen right, up, left or down of the primary screen (check out Xorg

Re: [clutter] Extended Actor

2008-05-28 Thread Emmanuele Bassi
On Wed, 2008-05-28 at 20:36 +0800, HASWANI HARISH-VCKR47 wrote: Hi All, I found one extended actor ( for triangle). I've few basic doubts for that : At what point of during execution these function will be called: - clutter_triangle_class_init - clutter_triangle_class_init -

RE: [clutter] Multiple displays

2008-05-28 Thread Matthew Allum
xrandr is for modifying display output, not how/where Apps are displayed. Clutter will only work across two physical displays if the 2 lcds are represented as a single display (i.e panning both lcds as 'one'). The is what Florent has set up I believe. == Matthew On Wed, 2008-05-28 at 11:39