Hi,

My question (after spending hours on the web) is how can I have with
pyclutter (pycluttergst to be accurate) the equivalent of the
following C code =>

" clutter_media_set_position (CLUTTER_MEDIA(app->vtexture),  pos);"  (from
clutter-gst/examples/video-player.c)

because I've found a lot of examples for a simple play back like :

"self.video_texture = cluttergst.VideoTexture()
  self.playbin = self.video_texture.get_playbin()
  self.video_texture.set_uri(foo_uri)
  self.video_texture.set_playing(True)

  etc "

But I've found nothing to *seek/set_position* a file with the clutter
videotexture.

Thanks for your help and for that impressive lib  :)

Reply via email to