mikio-honmura / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
GNU General Public License v2.0
0 stars 0 forks source link

[enhancement] predict media length #689

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. play an audio file

What is the expected output? What do you see instead?
if the file is more than 1 hour long,
when you exceed 1 hour,
window is resized because was sized with the playing time limited to 59:59 
minute (00:00) and to display 01:00:00 the window need to be resized

SOLUTION:

predict the media length (duration) and size the window accordingly

Original issue reported on code.google.com by mattia.b89@gmail.com on 28 Jun 2013 at 3:32