diff options
author | Vivia Nikolaidou <vivia@toolsonair.com> | 2015-09-25 15:17:53 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-10-02 17:28:27 +0300 |
commit | 476dff826e39a9c29d224294866420902090325d (patch) | |
tree | b2f380badec1a4a3ba776b524576a93d5df7872c /tools | |
parent | 2528a5bbd8946f7a0f816786f0026cf06d7bc71d (diff) |
gst-play: Removed erroneous comment
The "fall through" comment was wrong. Removed.
https://bugzilla.gnome.org/show_bug.cgi?id=755440
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gst-play.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/gst-play.c b/tools/gst-play.c index 35175248b..5e6dac6eb 100644 --- a/tools/gst-play.c +++ b/tools/gst-play.c @@ -1067,7 +1067,6 @@ keyboard_cb (const gchar * key_input, gpointer user_data) case '0': play_do_seek (play, 0, play->rate, play->trick_mode); break; - /* fall through */ default: if (strcmp (key_input, GST_PLAY_KB_ARROW_RIGHT) == 0) { relative_seek (play, +0.08); |