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 755440 - gst-play: Add keyboard shortcut '0' to seek to beginning
gst-play: Add keyboard shortcut '0' to seek to beginning
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: 1.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-22 20:13 UTC by Vivia Nikolaidou
Modified: 2015-10-02 14:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch file. (1.08 KB, patch)
2015-09-22 20:13 UTC, Vivia Nikolaidou
committed Details | Review
Patch to remove erroneous comment (767 bytes, patch)
2015-09-25 12:19 UTC, Vivia Nikolaidou
committed Details | Review

Description Vivia Nikolaidou 2015-09-22 20:13:57 UTC
Created attachment 311906 [details] [review]
Patch file.

Pressing '0' in gst-play will seek to position 0 in the current file.
Comment 1 Sebastian Dröge (slomo) 2015-09-23 08:15:22 UTC
Comment on attachment 311906 [details] [review]
Patch file.

Looks good, but the "/* fall through */" comment is wrong. It was wrong before though, so feel free to provide another patch to just remove the comment on top of this one :)
Comment 2 Vivia Nikolaidou 2015-09-25 12:19:49 UTC
Created attachment 312135 [details] [review]
Patch to remove erroneous comment

Here you are. :)
Comment 3 Sebastian Dröge (slomo) 2015-10-02 14:28:52 UTC
commit 476dff826e39a9c29d224294866420902090325d
Author: Vivia Nikolaidou <vivia@toolsonair.com>
Date:   Fri Sep 25 15:17:53 2015 +0300

    gst-play: Removed erroneous comment
    
    The "fall through" comment was wrong. Removed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755440

commit 2528a5bbd8946f7a0f816786f0026cf06d7bc71d
Author: Vivia Nikolaidou <vivia@ahiru.eu>
Date:   Tue Sep 22 23:12:10 2015 +0300

    gst-play: Add keyboard shortcut '0' to seek to beginning
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755440