mario0alberto1 / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
0 stars 0 forks source link

gecko-mediaplayer issues #514

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When I watch a video online using gecko-mediaplayer, the cursor moves between 
the current position in the video and the beginning as long as the video is 
being saved in cache. Is that the expected behavior?

Also, when the video is 100% in cache, I do right click and try to save the 
video, it says: "Error in Gnome MPlayer. Could not save ..." 

I know I can find the video in .cache/gnome-mplayer/plugin, but then the save 
option is useless.

Original issue reported on code.google.com by jsevi83 on 6 May 2011 at 10:52

GoogleCodeExporter commented 8 years ago
Should be fixed in r2074

Original comment by kdeko...@gmail.com on 6 May 2011 at 1:47

GoogleCodeExporter commented 8 years ago
Now I can save the video, so that is solved (r2074).

On the other hand, when a video is being saved in cache, the pointer which 
indicates the position of the video in the progress bar (sorry for my english, 
I don't know how it is called) is moving from the beginning of the progress bar 
to the current position of the video. It switches between both positions quite 
fast. When cache is at 100%, this stops happening and it stays at the current 
position of the video. I don't know if that is the expected behavior.

I attach a short video.

Original comment by jsevi83 on 6 May 2011 at 4:15

Attachments:

GoogleCodeExporter commented 8 years ago
I was able to duplicate this and it was causes by the idledata->percent 
variable not being updated. Found that this variable was not really needed so I 
removed it from the code.

Fixed in svn r2076

Original comment by kdeko...@gmail.com on 6 May 2011 at 4:55