RE: [clutter] ClutterTexture problems

2009-08-11 Thread Yaser Hameed (RBEI/ECA3)
Hi I think you have to initialize the GError *error = NULL before using it. I think this can be your problem..wild guess!! Best Regards Yaser S Hameed -Original Message- From: Filipe Nepomuceno [mailto:fili...@gmail.com] Sent: Monday, 10. August 2009 7:26 PM To: clutter@o-hand.com

Re: [clutter] ClutterTexture problems

2009-08-11 Thread Filipe Nepomuceno
On Tue, Aug 11, 2009 at 7:48 AM, Yaser Hameed (RBEI/ECA3)yaser.ham...@in.bosch.com wrote: Hi I think you have to initialize the GError *error = NULL before using it. I think this can be your problem..wild guess!! I tried that. But I think its a threading problem on my side because I tried

RE: [clutter] ClutterTexture problems

2009-08-11 Thread Yaser Hameed (RBEI/ECA3)
Just a question on threading in clutter: I think I read something in the mailing list about only having clutter calls in the main thread or something to that effect, and I saw an example where they used clutter_threads_enter and clutter_threads_exit. If I need to make clutter calls in a

Re: [clutter] Clutter Fixed Point API

2009-08-11 Thread Robert Bragg
On Tue, 2009-08-11 at 10:25 +0700, Hieu Le Trung wrote: Hi, Regarding Clutter definition of CLUTTER_NO_FPU macro: “Deprecated: 0.6: This macro is no longer defined (identical code is used regardless the presence of FPU).”, in case we have FPU the Clutter is still using Fixed Point

RE: [clutter] Clutter Fixed Point API

2009-08-11 Thread Hieu Le Trung
Robert, Thanks for your information. So in case I need to run Clutter on non FPU platform, I must spend effort on porting it? Why is it named Fixed Point API :) Regards, -Hieu -Original Message- From: Robert Bragg [mailto:b...@o-hand.com] Sent: Tuesday, August 11, 2009 4:10 PM To: