mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 11:08:34 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue