mario0alberto1 / gnome-mplayer

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

Resetting the speed multiplier with backspace doesn't work #566

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load a video
2. Adjust the speed multiplier with one of the bracket keys
3. Press backspace

What is the expected output? What do you see instead?

Speed multiplier reset to 1.0. Instead it goes unchanged.

What version of the product are you using? On what operating system?

1.0.4

Please provide any additional information below.

After looking at mplayer's input.c I see that they use 'speed_set 1.0' to reset 
the multiplier for their backspace key function. I don't know if there's 
another situation where you'd apply a multiplier of 1.0, so I think it'd be 
safe to add a quick test inside the ATTRIBUTE_SPEED_MULTIPLIER case to catch 
this and use a different command.

Original issue reported on code.google.com by lo...@gozer.org on 9 Oct 2011 at 4:10

GoogleCodeExporter commented 8 years ago
Fixed in gnome-mplayer svn r2180 and gmtk svn r55

Original comment by kdeko...@gmail.com on 10 Oct 2011 at 1:20