Re: [clutter] Clutter perl bindings - 'set_position' doesn't work as expected

2009-06-03 Thread Emmanuele Bassi
On Mon, 2009-06-01 at 14:36 +1000, Chris Debenham wrote: I have a problem where I can't set the video seek position whenever using Clutter::Gst::VideoTexture. use: $video-set_property('position', 10); But you can see the problem there - two set_position methods! yes, known issue. the

Re: [clutter] Clutter perl bindings - 'set_position' doesn't work as expected

2009-06-03 Thread Chris Debenham
Thanks for that, in the end I did Clutter::Media::set_position($globals-{'background'},0); and that worked, but your method will actually be usable for some other issues I hit :-) 2009/6/3 Emmanuele Bassi eba...@linux.intel.com: On Mon, 2009-06-01 at 14:36 +1000, Chris Debenham wrote: I have a