Sixthhokage2 / remuco

Automatically exported from code.google.com/p/remuco
1 stars 1 forks source link

Seek function doesn't work with Totem. #150

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is your environment?
* OS: Linux
* Remuco version: 0.9.4
* Client device: MIDP
* Player: Totem

What steps will reproduce the problem?
1. Load a video at totem.
2. Play it.
3. Press and hold the "forward" or "rewind" buttons at the client.

What is the expected behavior? What happens instead?

To "forward" or "rewind" the video.

Additional information:

The problem is that the function totem.action_seek_relative(..) expects two 
parameters (offset, accurate), while the plugin only provides one. In this 
patch, I've set *accurate* as false, since this functionality was added later 
to Totem (https://bugzilla.gnome.org/show_bug.cgi?id=618746), and remuco should 
work as before.

PS: I don't know the behaviour of the *accurate* seek. 

Original issue reported on code.google.com by ceduardo...@gmail.com on 21 Mar 2011 at 10:03

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 118ae3b40a65.

Original comment by obensonne@googlemail.com on 22 Mar 2011 at 8:35

GoogleCodeExporter commented 9 years ago
Thanks, C. Eduardo!

Original comment by obensonne@googlemail.com on 22 Mar 2011 at 8:45