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 738943 - gst-play doesn't support trickplay
gst-play doesn't support trickplay
Status: RESOLVED DUPLICATE of bug 745174
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-10-21 14:19 UTC by Andreas Frisch
Modified: 2015-02-26 11:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
implement navseek-style hotkeys for fast forward and reverse trickplay (2.20 KB, patch)
2014-10-21 14:19 UTC, Andreas Frisch
none Details | Review

Description Andreas Frisch 2014-10-21 14:19:42 UTC
Created attachment 289042 [details] [review]
implement navseek-style hotkeys for fast forward and reverse trickplay

i've noticed that gst-play, unlike the good ol' navseek doesn't have hotkeys for fast forward and reverse playback.
so i've added that functionality
in --interactive mode, press
'f' for fast forward (seek rate 2.00)
'r' for reverse (seek rate -2.00)
'n' for normal (seek rate 1.00)
playback
Comment 1 Tim-Philipp Müller 2015-02-26 11:04:01 UTC
Sorry this fell through the cracks. I've pushed the patch from the other bug now, which is more flexible and I liked the keyboard mapping better :)

*** This bug has been marked as a duplicate of bug 745174 ***