GNOME Bugzilla – Bug 631516
[navseek] Add support to change playback rate
Last modified: 2010-12-03 15:02:03 UTC
Created attachment 171822 [details] [review] Added basic support to change playback rate This patch adds support for navseek to change the playback rate, with the following keys: 'f' means fast forward: the stream gets played at rate 2.0 'r' means rewind: the stream gets played at rate -2.0 'n' means normal: the stream gets played at rate 1.0
Thanks, committed with minor edits. commit 92720fa0480e82276f0609af3ee874c503abfcfa Author: Guillaume Emont <gemont@igalia.com> Date: Fri Mar 26 13:51:58 2010 +0100 navseek: add basic support to change playback rate The following keys will now be interpreted by navseek: 'f' means fast forward: the stream gets played at rate 2.0 'r' means rewind: the stream gets played at rate -2.0 'n' means normal: the stream gets played at rate 1.0 Fixes #631516.