I have a problem where I can't set the video seek position whenever
using Clutter::Gst::VideoTexture.
The problem seems to be that it is being overridden by set_position
from the widget and so wants co-ordinates rather than a seconds value
to seek to.
Is there a way to access just the Clutter::Media part of the
Clutter::Gst:VideoTexture?

What I want to be able to do is:

$video = Clutter::Gst::VideoTexture->new();
$video->set_filename("test.avi");
$video->set_position(100,100); # put at 100,100
$video->set_position(10); # Jump to 10 seconds

But you can see the problem there - two set_position methods!

Any thoughts?

Thanks,
  Chris Debenham
-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Reply via email to