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 <[email protected]>: > 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 Media interface API has been changed in 0.9, so > the 1.000 Perl bindings (when I get around having time to actually > update them) will fix the issue. > > ciao, > Emmanuele. > > -- > Emmanuele Bassi, Senior Engineer | [email protected] > Intel Open Source Technology Center | http://oss.intel.com > > -- > To unsubscribe send a mail to [email protected] > > -- H. L. Mencken - "Nobody ever went broke underestimating the taste of the American public." - http://www.brainyquote.com/quotes/authors/h/h_l_mencken.html -- To unsubscribe send a mail to [email protected]
