[clutter] Clutter, Pyton, Gstreamer and V4L2

2010-02-12 Thread Matej Kupljen
Hi all, I am trying to use clutter with the TV tuner and I have some problems. I use clutter.Texture() for displaying video, and I construct the pipeline as following: self.player_wnd = clutter.Texture() self.player_wnd.set_size(stage_w*0.9, stage_h*0.9) self.player_wnd.set_position(10, 10)

Re: [clutter] Animation help

2010-02-12 Thread Matthew Hall
Thanks everyone, unfortunately it still doesn't work. The code at http://pastebin.com/m2ac7c5ce seg faults -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

[clutter] Conformance tests seems to not compile

2010-02-12 Thread Piñeiro
Hi after an update on clutter, trying to compile it I get this error (and several compilation warnings). CC test_conformance-test-cogl-pixel-buffer.o test-cogl-pixel-buffer.c: In function ‘create_map_tile’: test-cogl-pixel-buffer.c:69: warning: implicit declaration of function

Re: [clutter] Conformance tests seems to not compile

2010-02-12 Thread Emmanuele Bassi
On Fri, 2010-02-12 at 23:43 +0100, Piñeiro wrote: after an update on clutter, trying to compile it I get this error (and several compilation warnings). CC test_conformance-test-cogl-pixel-buffer.o test-cogl-pixel-buffer.c: In function ‘create_map_tile’: test-cogl-pixel-buffer.c:69:

Re: [clutter] Conformance tests seems to not compile

2010-02-12 Thread Piñeiro
From: Emmanuele Bassi eba...@linux.intel.com seems to me you are stuck with an old cogl lying around your build. could you try cleaning your clone with: git clean -xdf ? I just cloned from scratch and everything worked fine. This solved the problem. Previously (AFAIR) I tried with