projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2528a5b
)
gst-play: Removed erroneous comment
author
Vivia Nikolaidou
<vivia@toolsonair.com>
Fri, 25 Sep 2015 12:17:53 +0000
(15:17 +0300)
committer
Sebastian 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
patch
|
blob
|
history
diff --git
a/tools/gst-play.c
b/tools/gst-play.c
index 35175248b6c2b97ca218f920e67f78aa94f7a75b..5e6dac6ebdc9a0aa35fbfab396927718ad7874a3 100644
(file)
--- 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);