gst-play: Removed erroneous comment
The "fall through" comment was wrong. Removed. https://bugzilla.gnome.org/show_bug.cgi?id=755440
This commit is contained in:
parent
2528a5bbd8
commit
476dff826e
@ -1067,7 +1067,6 @@ keyboard_cb (const gchar * key_input, gpointer user_data)
|
|||||||
case '0':
|
case '0':
|
||||||
play_do_seek (play, 0, play->rate, play->trick_mode);
|
play_do_seek (play, 0, play->rate, play->trick_mode);
|
||||||
break;
|
break;
|
||||||
/* fall through */
|
|
||||||
default:
|
default:
|
||||||
if (strcmp (key_input, GST_PLAY_KB_ARROW_RIGHT) == 0) {
|
if (strcmp (key_input, GST_PLAY_KB_ARROW_RIGHT) == 0) {
|
||||||
relative_seek (play, +0.08);
|
relative_seek (play, +0.08);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user