gst-play: Removed erroneous comment
authorVivia Nikolaidou <vivia@toolsonair.com>
Fri, 25 Sep 2015 12:17:53 +0000 (15:17 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 2 Oct 2015 14:28:27 +0000 (17:28 +0300)
The "fall through" comment was wrong. Removed.

https://bugzilla.gnome.org/show_bug.cgi?id=755440

tools/gst-play.c

index 35175248b6c2b97ca218f920e67f78aa94f7a75b..5e6dac6ebdc9a0aa35fbfab396927718ad7874a3 100644 (file)
@@ -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);