GNOME Bugzilla – Bug 591016
Seek slider jumps to start position when seeking a seekable HTTP stream
Last modified: 2009-08-07 14:53:20 UTC
Prevent the seek slider from jumping back to the start position after attempting to seek to a new position in a track. Instead, the slider should move with the mouse pointer and stay where the user moved it until playback starts. When playback starts, the slider to continue moving forward in sync with the track playback. Other information: Patch coming...
Created attachment 140075 [details] [review] Improve seek slider usability There was what seemed to be an extra line of code in OnPlayerEngineTick (), which I've removed: stream_position_label.StreamState = StreamLabelState.Playing; I've reused the stream_position_label.StreamState enum to check the buffering state.
Committed, thanks !