After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 631516 - [navseek] Add support to change playback rate
[navseek] Add support to change playback rate
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal enhancement
: 0.10.27
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-06 11:54 UTC by Guillaume Emont (guijemont)
Modified: 2010-12-03 15:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Added basic support to change playback rate (2.58 KB, patch)
2010-10-06 11:54 UTC, Guillaume Emont (guijemont)
committed Details | Review

Description Guillaume Emont (guijemont) 2010-10-06 11:54:48 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
Comment 1 Mark Nauwelaerts 2010-12-03 15:01:50 UTC
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.